2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

Disable artifact uploading as it's not needed anymore with unified build and test

This commit is contained in:
Ondřej Surý
2017-12-21 17:47:45 +01:00
parent 98696f075c
commit 0ee2dbaaed

View File

@@ -91,9 +91,9 @@ stages:
- ./configure
- make -k all V=1
- make -k check V=1
artifacts:
untracked: true
expire_in: '1 hour'
# artifacts:
# untracked: true
# expire_in: '1 hour'
.test: &test_job
stage: test