Skip to content

Commit 663c3fc

Browse files
committed
debugging
1 parent 622c6a6 commit 663c3fc

File tree

1 file changed

+3
-0
lines changed
  • appengine/standard_python3/bundled-services/blobstore/django

1 file changed

+3
-0
lines changed

appengine/standard_python3/bundled-services/blobstore/django/main_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ def version():
7777
project and version number so tests can invoke it, then delete it.
7878
"""
7979

80+
print(gcloud_cli("config get-value project"))
81+
print(gcloud_cli("auth list"))
82+
8083
result = gcloud_cli(f"app deploy --no-promote --version={uuid.uuid4().hex}")
8184
version_id = result["versions"][0]["id"]
8285
project_id = result["versions"][0]["project"]

0 commit comments

Comments
 (0)