summaryrefslogtreecommitdiffstats
path: root/.github/dockerfiles
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/dockerfiles
parentd1ec82a8103cf72761a10a5fe1cd28e62f455aed (diff)
Disable telemetry in CI. (#11233)
It skews our data in (probably) strange ways.
Diffstat (limited to '.github/dockerfiles')
-rw-r--r--.github/dockerfiles/Dockerfile.build_test1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/dockerfiles/Dockerfile.build_test b/.github/dockerfiles/Dockerfile.build_test
index 1dc3e303d6..3e6ecd187c 100644
--- a/.github/dockerfiles/Dockerfile.build_test
+++ b/.github/dockerfiles/Dockerfile.build_test
@@ -4,6 +4,7 @@ FROM ${BASE}
ARG PRE
ENV PRE=${PRE}
+ENV DO_NOT_TRACK=1
COPY . /netdata