Set proper urls for ci scripts

This commit is contained in:
tompizmor
2018-04-12 11:28:35 +02:00
parent c198794d7f
commit e8729baebd
+2 -2
View File
@@ -22,13 +22,13 @@ jobs:
- run:
name: Package charts
command: |
curl -sL https://raw.githubusercontent.com/tompizmor/test-infra/chart_repo_branches/circle/helm-package-charts.sh | bash -
curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/helm-package-charts.sh | bash -
- deploy:
name: Publish charts
command: |
case ${CIRCLE_BRANCH} in
"master" | "azure" )
curl -sL https://raw.githubusercontent.com/tompizmor/test-infra/chart_repo_branches/circle/helm-publish-charts.sh | bash -
curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/helm-publish-charts.sh | bash -
;;
* )
echo "Skipping chart publishing for ${CIRCLE_BRANCH} branch"