Skip to content
Snippets Groups Projects
Commit c87db8f3 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Make CI artifacts expire

parent 6ddf0582
No related branches found
No related tags found
No related merge requests found
......@@ -320,6 +320,7 @@ build-doc:
- python setup.py doc
- mv doc/html doc/"$CI_COMMIT_REF_NAME"
artifacts:
expire_in: 1 day
paths:
- doc/$CI_COMMIT_REF_NAME
......@@ -335,7 +336,7 @@ build-dist:
stage: build
image: python:3.5
tags:
- docker
......@@ -345,6 +346,7 @@ build-dist:
- python setup.py bdist_wheel
artifacts:
expire_in: 1 day
paths:
- dist/*
......
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