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:
|
||||
image: ubuntu
|
||||
script:
|
||||
|
@ -15,6 +18,7 @@ pages:
|
|||
|
||||
publish:
|
||||
image: python:3.6
|
||||
stage: release
|
||||
only:
|
||||
- tags
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue