feat: login

This commit is contained in:
Swann 2020-10-03 00:00:42 +02:00
parent 3df73a0716
commit ea5d9371ca
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -6,6 +6,7 @@ deploy:
before_script:
- docker info
- docker login -u $CI_DEPLOY_USER -p $CI_DEPLOY_PASSWORD $CI_REGISTRY
script:
- VERSION="$(python scripts/get_replication_version.py)"