Update circle.yml

This commit is contained in:
tompizmor
2018-02-21 14:49:46 +01:00
committed by GitHub
parent 898355b1ef
commit a5e5da8705

View File

@@ -51,7 +51,7 @@ jobs:
name: Publish docker image
command: |
if [ -n "${CIRCLE_TAG}" ]; then
curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/docker-release-image.sh | bash -
curl -sL https://raw.githubusercontent.com/tompizmor/test-infra/ibm_push/circle/docker-release-image.sh | bash -
elif [ "${CIRCLE_BRANCH}" == "master" ]; then
curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/docker-development-image.sh | bash -
fi