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 b888557 commit d3ef6f7Copy full SHA for d3ef6f7
1 file changed
.github/request-model-versions.sh
@@ -3,8 +3,8 @@
3
set -e
4
5
# Install jq
6
-sudo apt-get update
7
-sudo apt-get install -y jq
+apt-get update
+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]
0 commit comments