Undo changes

This commit is contained in:
tompizmor
2018-02-20 10:43:05 +01:00
committed by GitHub
parent 705a955dce
commit eaf01350b8

View File

@@ -49,7 +49,7 @@ jobs:
name: Publish docker image
command: |
if [ -n "${CIRCLE_TAG}" ]; then
curl -sL https://raw.githubusercontent.com/tompizmor/test-infra/chart-test/circle/docker-release-image.sh | bash -
curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/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