Update .gitlab-ci.yml
This commit is contained in:
parent
293d19ce66
commit
d8eaab5c0b
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
stages:
|
||||||
|
- release
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
image: ubuntu
|
image: ubuntu
|
||||||
script:
|
script:
|
||||||
|
@ -15,6 +18,7 @@ pages:
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: python:3.6
|
image: python:3.6
|
||||||
|
stage: release
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue