Re-enable post-build webhook in CI

This commit is contained in:
Tulir Asokan 2021-11-01 18:30:06 +02:00
parent 9994a04f79
commit bcfe674fa3

View file

@ -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/*