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