Skip to content

Commit 478aee3

Browse files
committed
Revert CircleCI debug
1 parent 5081b20 commit 478aee3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ jobs:
318318
name: Create version.txt
319319
command: |
320320
echo "CircleCI build number:${CIRCLE_BUILD_NUM}
321-
${GCLOUD_SERVICE_KEY}
322321
Branch: ${CIRCLE_BRANCH}
323322
Git hash: ${CIRCLE_SHA1}" > version.txt
324323
- run:
@@ -372,8 +371,7 @@ jobs:
372371
- run:
373372
name: Deploy to GAE
374373
command: |
375-
gcloud app deploy app-<< parameters.serviceName >>.yaml --version ${CIRCLE_SHA1} --verbosity=debug
376-
no_output_timeout: 20m
374+
gcloud app deploy app-<< parameters.serviceName >>.yaml --version ${CIRCLE_SHA1} --verbosity=info
377375
- slack/notify-on-failure:
378376
only_for_branches: master,production
379377

0 commit comments

Comments
 (0)