Commit aebece2e2019cef75ff0c97d0afc99c18fccb026
1 parent
f395ec02
Exists in
master
and in
39 other branches
Only erase package if new package is pushed successfully
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ci/build_rpm.sh
... | ... | @@ -51,5 +51,5 @@ sudo cp /tmp/centos-7/root/rpmbuild/RPMS/noarch/colab-$version-$release.noarch.r |
51 | 51 | ## Send to packagecloud |
52 | 52 | |
53 | 53 | gem install package_cloud |
54 | +package_cloud push seocam/$repo/el/7 colab-$version-$release.noarch.rpm && \ | |
54 | 55 | package_cloud yank seocam/$repo/el/7 colab-$latest_version-$latest_release.noarch.rpm |
55 | -package_cloud push seocam/$repo/el/7 colab-$version-$release.noarch.rpm | ... | ... |