0

Copy el6 rpms into a better home

This commit is contained in:
Andrew Chin
2017-03-22 19:09:21 -04:00
parent b393489ea9
commit 63df797681

View File

@@ -357,7 +357,8 @@ deploy:repos:
- cp *.deb /repos/debian/files/ - cp *.deb /repos/debian/files/
- make -C /repos/debian/ -f /gitlab_runner/debian/Makefile - make -C /repos/debian/ -f /gitlab_runner/debian/Makefile
- /gitlab_runner/rpmsign.sh *.rpm - /gitlab_runner/rpmsign.sh *.rpm
- cp *.rpm /repos/rpm/7/x86_64/packages/ - cp *.el7.*.rpm /repos/rpm/7/x86_64/packages/
- cp *.el6.*.rpm /repos/rpm/6/x86_64/packages/
- make -C /repos/rpm/ -f /gitlab_runner/rpm/Makefile - make -C /repos/rpm/ -f /gitlab_runner/rpm/Makefile