Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2066,7 +2066,7 @@ objects:
aws cloudformation wait stack-delete-complete --stack-name "${CLUSTER_NAME}-bootstrap" &
wait "$!"
elif [[ "${CLUSTER_TYPE}" == "gcp" ]]; then
if [ -f 02_lb_int.py ]; then # for internal lb workflow using 02_lb_int.py
if [ -f ${HOME}/gcp/02_lb_int.py ]; then # for internal lb workflow using 02_lb_int.py
gcloud compute instance-groups unmanaged remove-instances ${INFRA_ID}-master-${ZONE_0}-instance-group --zone=${ZONE_0} --instances=${INFRA_ID}-bootstrap
else # for older workflow
gcloud compute target-pools remove-instances ${INFRA_ID}-ign-target-pool --instances-zone="${ZONE_0}" --instances=${INFRA_ID}-bootstrap
Expand Down