Skip to content

Commit a92a34f

Browse files
committed
Turning of artifact files
1 parent 384dd2f commit a92a34f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ build-job:
4343
after_script:
4444
- ccache --show-stats || true
4545

46-
artifacts:
47-
paths:
48-
- build/
49-
- install/
50-
- ${CCACHE_DIR}/
51-
expire_in: 1 week
52-
when: always
53-
5446
test-job:
5547
stage: test
5648
rules:
@@ -83,9 +75,5 @@ test-job:
8375
junit:
8476
- ${base_path}/apps/src/tests/report.xml
8577
- ${base_path}/apps/src/tests/pytest_report.xml
86-
paths:
87-
- ${CCACHE_DIR}/
88-
- ${base_path}/apps/src/tests/report.xml
89-
- ${base_path}/apps/src/tests/pytest_report.xml
9078
expire_in: 1 week
9179
when: always

0 commit comments

Comments
 (0)