Skip to content

Commit b07c065

Browse files
committedSep 9, 2024
Fix url
1 parent f8df97f commit b07c065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎i3blocks/scripts/cloudbuild_approvals

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ICON=""
44
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}"
5+
URL="https://console.cloud.google.com/cloud-build/builds;region=${region}?project=${gcp_project}"
66

77
# Tmp file shared between all scripts that share the same $gcp_project and $region
88
TMP_FILE="/tmp/cloudbuild_approvals_${gcp_project}_${region}"

0 commit comments

Comments
 (0)
Please sign in to comment.