We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 478224f + 0784f92 commit 796314fCopy full SHA for 796314f
2 files changed
Makefile
@@ -19,7 +19,7 @@ format:
19
20
deploy:
21
python gcp/export.py
22
- gcloud config set app/cloud_build_timeout 1800
+ gcloud config set app/cloud_build_timeout 2400
23
cp gcp/policyengine_api/* .
24
y | gcloud app deploy --service-account=github-deployment@policyengine-api.iam.gserviceaccount.com
25
rm app.yaml
changelog_entry.yaml
@@ -0,0 +1,4 @@
1
+- bump: patch
2
+ changes:
3
+ changed:
4
+ - Extended Google Cloud build timeout to 40 minutes
0 commit comments