mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-19 01:56:18 +10:00
Set proper urls for ci scripts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user