Skip to content

Commit

Permalink
[CI] Debug further centos-8 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Jan 21, 2020
1 parent c0849fe commit 7d51d78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -465,8 +465,11 @@ weekly:centos8:
- rpmbuild --rebuild --define "_rpmdir RPMS/" --define "_with_tests 1" --define "_with_python3 1" --define "_with_xrdclhttp 1" --define "_build_name_fmt %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm" *.src.rpm
- cd ..
- mkdir epel-8/
- echo $CI_PROJECT_DIR
- mkdir $CI_PROJECT_DIR/epel-8
- cp packaging/*.src.rpm epel-8
- cp packaging/RPMS/* epel-8
- cp epel-8/* $CI_PROJECT_DIR/epel-8
artifacts:
expire_in: 1 day
paths:
Expand Down Expand Up @@ -728,6 +731,7 @@ publish:weekly:
script:
- yum install --nogpg -y sssd-client sudo createrepo
- prefix=/eos/project/s/storage-ci/www/xrootd
- echo $CI_PROJECT_DIR
- ls $CI_PROJECT_DIR
- ls $CI_PROJECT_DIR/epel-8
- "for platform in epel-8 epel-7 epel-6; do
Expand Down

0 comments on commit 7d51d78

Please sign in to comment.