diff options
author | Ian Lewis <ianlewis@google.com> | 2019-07-11 07:54:28 +0900 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-07-11 08:07:33 +0900 |
commit | 7f75f524039c489ace404b5272d5dabfd6b06eb7 (patch) | |
tree | f3815fbf334fa1e10f392bcb61b616727486ef4c /cloudbuild.yaml | |
parent | 5d9582b2577fc61f38db0b73c5fb864116095572 (diff) |
Remove unnecessary comment
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 |