Skip to content

Commit

Permalink
Merge pull request #54 from OSC/ci
Browse files Browse the repository at this point in the history
Show verbose output from CI/CD jobs
  • Loading branch information
MorganRodgers authored Aug 13, 2019
2 parents 4bbf9e5 + 9d0d627 commit da9158e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rpm-build:
only:
- tags
script:
- ./tmp/ondemand-packaging/build.sh -w $CI_PROJECT_DIR/tmp/work -o $CI_PROJECT_DIR/tmp/output -V $CI_COMMIT_TAG -u $CI_PROJECT_DIR/packaging
- ./tmp/ondemand-packaging/build.sh -w $CI_PROJECT_DIR/tmp/work -o $CI_PROJECT_DIR/tmp/output -V $CI_COMMIT_TAG -u -v $CI_PROJECT_DIR/packaging
artifacts:
paths:
- tmp/output
Expand All @@ -31,4 +31,4 @@ rpm-deploy:
- tags
script:
- if [[ "$CI_COMMIT_TAG" =~ .*_.* ]]; then export SECTION=ci; fi
- $RLS_SCRIPT --pkey $RLS_KEY -c $SECTION $RLS_OUTPUT
- $RLS_SCRIPT --debug --pkey $RLS_KEY -c $SECTION $RLS_OUTPUT

0 comments on commit da9158e

Please sign in to comment.