Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Update Config.yml to enable statistics (#561)
Browse files Browse the repository at this point in the history
Statistics was disabled for all deploys, we also manually edited .env file
  • Loading branch information
jperata authored Feb 4, 2019
1 parent 28615ee commit 1890035
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
machine: true
environment:
- TYPE_OF_DEPLOY: server
- SKIP_STATISTICS: "true"

working_directory: ~/circleci-deployment
steps: *deploy-steps
Expand Down Expand Up @@ -95,4 +94,4 @@ workflows:
tags:
only: /bst-server-.*/
branches:
ignore: /.*/
ignore: /.*/

0 comments on commit 1890035

Please sign in to comment.