Revert change in circle configuration

This commit is contained in:
tompizmor
2018-04-13 10:31:25 +02:00
parent 5413120bb2
commit 779803bb4c

View File

@@ -26,14 +26,9 @@ jobs:
- deploy:
name: Publish charts
command: |
case ${CIRCLE_BRANCH} in
"master" | "azure" )
curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/helm-publish-charts.sh | bash -
;;
* )
echo "Skipping chart publishing for ${CIRCLE_BRANCH} branch"
;;
esac
if [ "${CIRCLE_BRANCH}" == "master" ]; then
curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/helm-publish-charts.sh | bash -
fi
workflows:
version: 2