mirror of
https://github.com/mautrix/whatsapp.git
synced 2025-03-14 14:15:38 +00:00
ci: only update container versions on success
This commit is contained in:
parent
3048817a36
commit
511b342065
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ build docker amd64:
|
|||
DOCKER_ARCH: amd64
|
||||
after_script:
|
||||
- |
|
||||
if [[ "$CI_COMMIT_BRANCH" == "master" ]]; then
|
||||
if [[ "$CI_COMMIT_BRANCH" == "master" && "$CI_JOB_STATUS" == "success" ]]; then
|
||||
apk add --update curl jq
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue