Skip to content

Commit

Permalink
make the validate-* job artifact package specific
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bauer committed Apr 4, 2024
1 parent 527ba66 commit 022b742
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/Auto-DevOps.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ quality_report_generator:
artifacts:
when: always
paths:
- $CI_COMMIT_BRANCH/*/*.xml
- $CI_COMMIT_BRANCH/*/*.svg
- ${CI_COMMIT_BRANCH}/${p}${v:+@$v}/*.xml
- ${CI_COMMIT_BRANCH}/${p}${v:+@$v}/*.svg
reports:
junit:
- $CI_COMMIT_BRANCH/*/*.xml
- ${CI_COMMIT_BRANCH}/${p}${v:+@$v}/*.xml
expire_in: 1 hour
EOF
if [ "$p" = "invenio" ]; then
Expand Down

0 comments on commit 022b742

Please sign in to comment.