feat: apk update
This commit is contained in:
parent
edbc5ee343
commit
8bf55ebd46
@ -3,7 +3,10 @@ build:
|
||||
image: debian:stable-slim
|
||||
script:
|
||||
- rm -rf tests .git .gitignore script
|
||||
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
- develop
|
||||
artifacts:
|
||||
name: multi_user
|
||||
paths:
|
||||
|
@ -2,5 +2,6 @@ deploy:
|
||||
stage: deploy
|
||||
image: docker:stable
|
||||
script:
|
||||
- apk add --no-cache python
|
||||
- apk update
|
||||
- apk add python
|
||||
- VERSION="$(python scripts/get_replication_version.py)"
|
||||
|
Loading…
Reference in New Issue
Block a user