We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clean-resource-policies.sh
1 parent 16bbabc commit 4a975acCopy full SHA for 4a975ac
1 file changed
tools/clean-resource-policies.sh
@@ -41,5 +41,5 @@ done
41
42
for policy in "${!policies[@]}"; do
43
gcloud compute resource-policies delete "$policy" \
44
- --project "${PROJECT_ID}" --region "${policies[$policy]}"
+ --project "${PROJECT_ID}" --region "${policies[$policy]}" || true
45
done
0 commit comments