Skip to content

Commit

Permalink
Rename STRATOS_MASTER to HELM_REPO
Browse files Browse the repository at this point in the history
  • Loading branch information
Irfan Habib committed Aug 16, 2018
1 parent c4b9a34 commit 74b9de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/ci/tasks/dev-releases/create-nightly-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ run:
helm package console
cp console*.tgz ${ROOT_DIR}/helm-chart/console-helm-chart-v${IMAGE_TAG}.tgz
cd ${ROOT_DIR}/helm-chart/
INDEX_FILE=${STRATOS_MASTER}/index.yaml
INDEX_FILE=${HELM_REPO}/index.yaml
CHART_FILE=${ROOT_DIR}/helm-chart/console-helm-chart-v${IMAGE_TAG}.tgz
if [ -f ${INDEX_FILE} ]; then
NIGHTLY_EXISTS=$(cat ${INDEX_FILE} | grep ${TAG})
Expand Down

0 comments on commit 74b9de4

Please sign in to comment.