Commit 9055677ab74d5be16067f60f8abfcaf6d3055f89
1 parent
f3246e1c
Exists in
master
and in
39 other branches
Using sudo to run packagecloud client
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ci/build_rpm.sh
... | ... | @@ -26,4 +26,4 @@ sudo HOME=/root chroot /tmp/centos-7/ rpmbuild -ba /root/rpmbuild/SPECS/colab.sp |
26 | 26 | |
27 | 27 | gem install package_cloud |
28 | 28 | PACKAGE_PATH=`sudo find /tmp/centos-7/root/rpmbuild/RPMS/noarch/ -name "colab*.rpm"` |
29 | -package_cloud push seocam/colab-$TRAVIS_BRANCH/el/7 $PACKAGE_PATH | |
29 | +sudo package_cloud push seocam/colab-$TRAVIS_BRANCH/el/7 $PACKAGE_PATH | ... | ... |