Skip to content

Commit

Permalink
Added yanking of dev package back
Browse files Browse the repository at this point in the history
  • Loading branch information
NehaNaithani committed Feb 17, 2022
1 parent 55dcafe commit c14c435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ jobs:
echo "package..."
package=$(ls | grep *.deb)
echo $package
package_cloud yank iofog/iofog-agent-dev/any/any iofog-agent_0.0.0-dev_all.deb --config=$DOWNLOADSECUREFILE_SECUREFILEPATH
package_cloud push iofog/iofog-agent-dev/any/any iofog-agent_0.0.0-dev_all.deb --config=$DOWNLOADSECUREFILE_SECUREFILEPATH
displayName: 'publish deb develop package to package-cloud'
condition: and(succeeded(), eq(variables['build.sourceBranch'], 'refs/heads/develop'))
Expand Down

0 comments on commit c14c435

Please sign in to comment.