diff options
Diffstat (limited to 'cloudbuild.yaml')
-rw-r--r-- | cloudbuild.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudbuild.yaml b/cloudbuild.yaml index ba1b3b323..5cd9e22b2 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -75,5 +75,4 @@ steps: if [[ "$PROJECT_ID" == "gvisor-website" && "$BRANCH_NAME" == "master" ]]; then gcloud app deploy public/app.yaml; fi -# 15min timeout: 900s |