feat: retrieve version

This commit is contained in:
Swann
2020-10-02 23:07:25 +02:00
parent 7549466824
commit b42df2cf4a

View File

@ -2,4 +2,4 @@ deploy:
stage: deploy
image: docker:stable
script:
- docker login -u $CI_DEPLOY_USER -p $CI_DEPLOY_PASSWORD $CI_REGISTRY
- VERSION="$(python scripts/get_replication_version.py)"