feat: update jobs dependencies
This commit is contained in:
parent
238a34d023
commit
d2215b662c
@ -1,6 +1,6 @@
|
|||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
needs: ["test"]
|
needs: ["build"]
|
||||||
image: slumber/docker-python
|
image: slumber/docker-python
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
pages:
|
pages:
|
||||||
needs: ["test"]
|
needs: ["build","deploy"]
|
||||||
stage: doc
|
stage: doc
|
||||||
image: python:3.7-alpine
|
image: python:3.7-alpine
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user