Skip to content
Snippets Groups Projects
Commit db4b351d authored by Morgan Rodgers's avatar Morgan Rodgers
Browse files

Added verbose flags for CI/CD

parent fae0074c
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ rpm-build: ...@@ -13,7 +13,7 @@ rpm-build:
only: only:
- tags - tags
script: 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: artifacts:
paths: paths:
- tmp/output - tmp/output
...@@ -31,4 +31,4 @@ rpm-deploy: ...@@ -31,4 +31,4 @@ rpm-deploy:
- tags - tags
script: script:
- if [[ "$CI_COMMIT_TAG" =~ .*_.* ]]; then export SECTION=ci; fi - 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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment