Skip to content

Commit

Permalink
Fix path to helm index (#24)
Browse files Browse the repository at this point in the history
* Fix python version error in CI

* Fix CI (#18)

* Fix CI

* Fix gcloud configuration in CI

* Fix helm index build to include airflow

* Fix path to helm index
  • Loading branch information
sjmiller609 authored Feb 5, 2020
1 parent 6300cb5 commit 05d59bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ set -xe
wget https://helm.astronomer.io/index.yaml -O /tmp/index.yaml.current
helm repo index . --url https://helm.astronomer.io --merge /tmp/index.yaml.current
gsutil cp -a public-read $HELM_CHART_PATH gs://helm.astronomer.io
gsutil cp -a public-read ./airflow/index.yaml gs://helm.astronomer.io
gsutil cp -a public-read ./index.yaml gs://helm.astronomer.io

set +x
echo ""
Expand Down

0 comments on commit 05d59bf

Please sign in to comment.