Skip to content
Snippets Groups Projects
Commit 74d61bc8 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Expire artifacts in 1 week

parent 459ef6a5
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ test:
script:
- bundle exec jekyll build -d test
artifacts:
expire_in: 1 week
paths:
- test
except:
......@@ -21,6 +22,7 @@ pages:
script:
- bundle exec jekyll build -d public
artifacts:
expire_in: 1 week
paths:
- public
only:
......
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