Update .gitlab-ci.yml
This commit is contained in:
parent
a4c778426c
commit
a03026c39d
|
@ -26,7 +26,7 @@ build_calendar:
|
|||
image: "python:3.7-alpine3.8"
|
||||
stage: calendar
|
||||
dependencies:
|
||||
- pages
|
||||
- build_pages
|
||||
artifacts:
|
||||
untracked: true
|
||||
variables:
|
||||
|
@ -41,7 +41,7 @@ deploy_staging:
|
|||
image: "alpine:3.8"
|
||||
stage: deploy
|
||||
dependencies:
|
||||
- calendar
|
||||
- build_calendar
|
||||
variables:
|
||||
SHELL: "/bin/sh"
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue