feat: apt install

This commit is contained in:
Swann 2020-10-02 23:16:46 +02:00
parent 4a92511582
commit edbc5ee343
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -2,6 +2,5 @@ deploy:
stage: deploy
image: docker:stable
script:
- apt-get -qq update
- apt-get -qq install -y python python-virtualenv
- apk add --no-cache python
- VERSION="$(python scripts/get_replication_version.py)"