Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Disable Google Analytics (#3979)
Browse files Browse the repository at this point in the history
Because GDPR worries

Closes #3978

Signed-off-by: James Taylor <[email protected]>
  • Loading branch information
jt-nti authored and Simon Stone committed May 9, 2018
1 parent 0a1d885 commit b10c086
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ if [[ "${BUILD_RELEASE}" == "unstable" ]]; then
elif [[ "${BUILD_RELEASE}" == "stable" ]]; then
if [[ "${BUILD_FOCUS}" == "latest" ]]; then
PLAYGROUND_SUFFIX=""
WEB_CFG="{\"webonly\":true,\"analyticsID\":\"UA-91314349-4\"}"
WEB_CFG="{\"webonly\":true}"
TAG="latest"
elif [[ "${BUILD_FOCUS}" == "next" ]]; then
PLAYGROUND_SUFFIX="-next"
WEB_CFG="{\"webonly\":true,\"analyticsID\":\"UA-91314349-3\"}"
WEB_CFG="{\"webonly\":true}"
TAG="next"
else
_exit "Unknown build focus" 1
Expand Down
4 changes: 2 additions & 2 deletions packages/composer-website/jekylldocs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ exclude: [
]

google_tracking_id:
development: UA-91314349-2
production: UA-91314349-1
development-disabled: UA-91314349-2
production-disabled: UA-91314349-1
4 changes: 2 additions & 2 deletions packages/composer-website/jekylldocs/_local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ exclude: [
]

google_tracking_id:
development: UA-91314349-2
production: UA-91314349-1
development-disabled: UA-91314349-2
production-disabled: UA-91314349-1

0 comments on commit b10c086

Please sign in to comment.