Skip to content
Snippets Groups Projects
Commit 1a7ebde6 authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Merge branch 'gitlab-ci-expire-artifacts' into 'master'

Expire untracked artifacts after 1 hour

See merge request !643
parents f50b5c81 a0c81f46
No related branches found
No related tags found
1 merge request!643Expire untracked artifacts after 1 hour
Pipeline #
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment