Update circle.yml

This commit is contained in:
tompizmor
2018-02-21 16:49:44 +01:00
committed by GitHub
parent bda606cf6a
commit b4a607b868

View File

@@ -11,6 +11,7 @@ jobs:
DOCKER_PROJECT: bitnami
QUAY_PROJECT: bitnami
GCLOUD_PROJECT: bitnami-containers
IBM_PROJECT: bitnami-bx
steps:
- checkout
@@ -46,7 +47,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