feat: needs test to success
This commit is contained in:
parent
55ca8a7b84
commit
238a34d023
@ -1,5 +1,6 @@
|
|||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
needs: ["test"]
|
||||||
image: debian:stable-slim
|
image: debian:stable-slim
|
||||||
script:
|
script:
|
||||||
- rm -rf tests .git .gitignore script
|
- rm -rf tests .git .gitignore script
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
needs: ["test"]
|
||||||
image: slumber/docker-python
|
image: slumber/docker-python
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
pages:
|
pages:
|
||||||
needs: ["build"]
|
needs: ["test"]
|
||||||
stage: doc
|
stage: doc
|
||||||
image: python:3.7-alpine
|
image: python:3.7-alpine
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user