We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8df97f commit b07c065Copy full SHA for b07c065
i3blocks/scripts/cloudbuild_approvals
@@ -2,7 +2,7 @@
2
3
ICON=" "
4
BUILDS_WAITING_FOR_APPROVAL=$( gcloud --project="${gcp_project}" builds list --region="${region}" --filter="status=PENDING" --format=json | jq length )
5
-URL="https://console.cloud.google.com/cloud-build/builds?project=${gcp_project}"
+URL="https://console.cloud.google.com/cloud-build/builds;region=${region}?project=${gcp_project}"
6
7
# Tmp file shared between all scripts that share the same $gcp_project and $region
8
TMP_FILE="/tmp/cloudbuild_approvals_${gcp_project}_${region}"
0 commit comments