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