feat: apk update
This commit is contained in:
parent
edbc5ee343
commit
8bf55ebd46
@ -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:
|
||||||
|
@ -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)"
|
||||||
|
Loading…
Reference in New Issue
Block a user