feat: apk update

This commit is contained in:
Swann 2020-10-02 23:19:34 +02:00
parent edbc5ee343
commit 8bf55ebd46
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,10 @@ build:
image: debian:stable-slim image: debian:stable-slim
script: script:
- rm -rf tests .git .gitignore script - rm -rf tests .git .gitignore script
only:
refs:
- master
- develop
artifacts: artifacts:
name: multi_user name: multi_user
paths: paths:

View File

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