Commit 203de6127b37d1457d5f899d614065ce0053f44f
1 parent
11661985
Exists in
master
and in
11 other branches
Removed set -e for build_rpm
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
ci/build_rpm.sh
... | ... | @@ -14,8 +14,6 @@ sudo cp ci/softwarepublico.key /tmp/centos-7/etc/yum.repos.d/ |
14 | 14 | |
15 | 15 | # Commands on chroot |
16 | 16 | |
17 | -set -e | |
18 | - | |
19 | 17 | sudo chroot /tmp/centos-7/ yum install rpm-build -y |
20 | 18 | sudo chroot /tmp/centos-7/ yum install python-virtualenv colab-deps -y |
21 | 19 | sudo HOME=/root chroot /tmp/centos-7/ rpmbuild -ba /root/rpmbuild/SPECS/colab.spec | ... | ... |