Don't use services in update job
This commit is contained in:
parent
90c060d321
commit
2fd819276f
@ -3,7 +3,7 @@ image: docker:latest
|
|||||||
# When using dind, it's wise to use the overlayfs driver for
|
# When using dind, it's wise to use the overlayfs driver for
|
||||||
# improved performance.
|
# improved performance.
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay
|
DOCKER_DRIVER: overlay2
|
||||||
IMAGE_NAME: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
|
IMAGE_NAME: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
|
||||||
IMAGE_LATEST: $CI_REGISTRY_IMAGE:latest
|
IMAGE_LATEST: $CI_REGISTRY_IMAGE:latest
|
||||||
|
|
||||||
@ -38,6 +38,7 @@ deploy:
|
|||||||
update:
|
update:
|
||||||
image: python:3.6
|
image: python:3.6
|
||||||
before_script: []
|
before_script: []
|
||||||
|
services: []
|
||||||
script:
|
script:
|
||||||
- pip install requests
|
- pip install requests
|
||||||
- ./update.py $API_TOKEN $CI_PROJECT_PATH
|
- ./update.py $API_TOKEN $CI_PROJECT_PATH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user