forked from MirrorHub/mautrix-whatsapp
Re-enable post-build webhook in CI
This commit is contained in:
parent
9994a04f79
commit
bcfe674fa3
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" == "legacy" && "$CI_JOB_STATUS" == "success" ]]; then
|
||||
if [[ "$CI_COMMIT_BRANCH" == "master" && "$CI_JOB_STATUS" == "success" ]]; then
|
||||
apk add --update curl jq
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue