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