Skip to content
Snippets Groups Projects

Expire untracked artifacts after 1 hour

Merged Ondřej Surý requested to merge gitlab-ci-expire-artifacts into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -22,6 +22,7 @@ stages:
- ./configure --disable-fastparser
artifacts:
untracked: true
expire_in: '1 hour'
.build: &build_job
stage: build
@@ -29,6 +30,7 @@ stages:
- make -k all
artifacts:
untracked: true
expire_in: '1 hour'
.test: &test_job
stage: test
Loading