Skip to content

Commit 022b742

Browse files
committed
make the validate-* job artifact package specific
1 parent 527ba66 commit 022b742

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

misc/Auto-DevOps.gitlab-ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ quality_report_generator:
6767
artifacts:
6868
when: always
6969
paths:
70-
- $CI_COMMIT_BRANCH/*/*.xml
71-
- $CI_COMMIT_BRANCH/*/*.svg
70+
- ${CI_COMMIT_BRANCH}/${p}${v:+@$v}/*.xml
71+
- ${CI_COMMIT_BRANCH}/${p}${v:+@$v}/*.svg
7272
reports:
7373
junit:
74-
- $CI_COMMIT_BRANCH/*/*.xml
74+
- ${CI_COMMIT_BRANCH}/${p}${v:+@$v}/*.xml
7575
expire_in: 1 hour
7676
EOF
7777
if [ "$p" = "invenio" ]; then

0 commit comments

Comments
 (0)