mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 19:41:04 -05:00
Disable artifact uploading as it's not needed anymore with unified build and test
This commit is contained in:
parent
98696f075c
commit
0ee2dbaaed
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue