We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba61f1c commit bb98c4eCopy full SHA for bb98c4e
scripts/gha/integration_testing/gcs.py
@@ -110,4 +110,3 @@ def _verify_gcloud_sdk_command_line_tools():
110
if not GCLOUD or not GSUTIL:
111
raise RuntimeError("Could not find required gCloud SDK tool(s)")
112
subprocess.run([GCLOUD, "version"], check=True)
113
- subprocess.run([GCLOUD, "-v"], check=True)
0 commit comments