refactor: use custom image

This commit is contained in:
Swann 2020-10-02 23:27:45 +02:00
parent 8bf55ebd46
commit 56cbf14fe1
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -1,7 +1,5 @@
deploy: deploy:
stage: deploy stage: deploy
image: docker:stable image: slumber/docker-python
script: script:
- apk update
- apk add python
- VERSION="$(python scripts/get_replication_version.py)" - VERSION="$(python scripts/get_replication_version.py)"