mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 14:57:54 +08:00
Update circle.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user