summaryrefslogtreecommitdiffstats
path: root/.github/scripts
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2021-06-15 07:08:01 -0400
committerGitHub <noreply@github.com>2021-06-15 07:08:01 -0400
commitbde5fa0fc03211651766941f54820bf57192f1dd (patch)
tree7071e834f338837d5eb9d16facc20a7afcf8e0dd /.github/scripts
parentd1ec82a8103cf72761a10a5fe1cd28e62f455aed (diff)
Disable telemetry in CI. (#11233)
It skews our data in (probably) strange ways.
Diffstat (limited to '.github/scripts')
-rwxr-xr-x.github/scripts/run_install_with_dist_file.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/scripts/run_install_with_dist_file.sh b/.github/scripts/run_install_with_dist_file.sh
index 9453dff359..a8a598522e 100755
--- a/.github/scripts/run_install_with_dist_file.sh
+++ b/.github/scripts/run_install_with_dist_file.sh
@@ -29,6 +29,7 @@ printf >&2 "Entering %s and starting docker run ..." "${distdir}"
pushd "${distdir}" || exit 1
docker run \
+ -e DO_NOT_TRACK=1 \
-v "${PWD}:/netdata" \
-w /netdata \
"ubuntu:latest" \