We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5081b20 commit 478aee3Copy full SHA for 478aee3
1 file changed
.circleci/config.yml
@@ -318,7 +318,6 @@ jobs:
318
name: Create version.txt
319
command: |
320
echo "CircleCI build number:${CIRCLE_BUILD_NUM}
321
- ${GCLOUD_SERVICE_KEY}
322
Branch: ${CIRCLE_BRANCH}
323
Git hash: ${CIRCLE_SHA1}" > version.txt
324
- run:
@@ -372,8 +371,7 @@ jobs:
372
371
373
name: Deploy to GAE
374
375
- gcloud app deploy app-<< parameters.serviceName >>.yaml --version ${CIRCLE_SHA1} --verbosity=debug
376
- no_output_timeout: 20m
+ gcloud app deploy app-<< parameters.serviceName >>.yaml --version ${CIRCLE_SHA1} --verbosity=info
377
- slack/notify-on-failure:
378
only_for_branches: master,production
379
0 commit comments