From e8729baebd95ddfcd6338821630d177af8a229ea Mon Sep 17 00:00:00 2001 From: tompizmor Date: Thu, 12 Apr 2018 11:28:35 +0200 Subject: [PATCH] Set proper urls for ci scripts --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 40324b432..b9b59956a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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"