Skip to content

Commit

Permalink
fix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hmagph committed Feb 4, 2019
1 parent 4f97bfd commit 9fac719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy_umbrella_chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ helm upgrade --install --debug --dry-run ${RELEASE_NAME} ${CHART_PATH} --set glo
echo -e "Deploying into: ${PIPELINE_KUBERNETES_CLUSTER_NAME}/${CLUSTER_NAMESPACE}."
helm upgrade --install ${RELEASE_NAME} ${CHART_PATH} --set global.pullSecret=${IMAGE_PULL_SECRET_NAME} --namespace ${CLUSTER_NAMESPACE}

source <(curl -sSL "https://raw.githubusercontent.com/open-toolchain/commons/next/scripts/wait_deploy_umbrella.sh")
source <(curl -sSL "https://raw.githubusercontent.com/open-toolchain/commons/master/scripts/wait_deploy_umbrella.sh")

echo ""
echo "=========================================================="
Expand Down

0 comments on commit 9fac719

Please sign in to comment.