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.
1 parent 3c46841 commit 81ba34eCopy full SHA for 81ba34e
1 file changed
.github/request-model-versions.sh
@@ -2,6 +2,10 @@
2
3
set -e
4
5
+# Install jq
6
+sudo apt-get update
7
+sudo apt-get install -y jq
8
+
9
# Google Cloud Workflow execution script
10
# Usage: ./wait_for_country_versions.sh -b <bucket_name> -us <us_version> -uk <uk_version> [-t timeout] [-i interval]
11
0 commit comments