mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
3c861f363d
commit
34d77d780f
3 changed files with 5 additions and 5 deletions
|
|
@ -62,7 +62,7 @@ Service name: input-service
|
|||
[
|
||||
mock.call("gcloud builds submit --tag {}".format(tag), shell=True),
|
||||
mock.call(
|
||||
"gcloud beta run deploy --allow-unauthenticated --platform=managed --image {} input-service".format(
|
||||
"gcloud run deploy --allow-unauthenticated --platform=managed --image {} input-service".format(
|
||||
tag
|
||||
),
|
||||
shell=True,
|
||||
|
|
@ -89,7 +89,7 @@ def test_publish_cloudrun(mock_call, mock_output, mock_which):
|
|||
[
|
||||
mock.call("gcloud builds submit --tag {}".format(tag), shell=True),
|
||||
mock.call(
|
||||
"gcloud beta run deploy --allow-unauthenticated --platform=managed --image {} test".format(
|
||||
"gcloud run deploy --allow-unauthenticated --platform=managed --image {} test".format(
|
||||
tag
|
||||
),
|
||||
shell=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue