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 622c6a6 commit 663c3fcCopy full SHA for 663c3fc
appengine/standard_python3/bundled-services/blobstore/django/main_test.py
@@ -77,6 +77,9 @@ def version():
77
project and version number so tests can invoke it, then delete it.
78
"""
79
80
+ print(gcloud_cli("config get-value project"))
81
+ print(gcloud_cli("auth list"))
82
+
83
result = gcloud_cli(f"app deploy --no-promote --version={uuid.uuid4().hex}")
84
version_id = result["versions"][0]["id"]
85
project_id = result["versions"][0]["project"]
0 commit comments