ci: disable telemetry

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2022-03-23 19:01:09 -07:00
parent e46acc8053
commit fd2ccc0048
4 changed files with 10 additions and 44 deletions

View File

@@ -76,7 +76,7 @@ doc-test: dagger-debug # Test docs
.PHONY: docs
docs: dagger # Generate docs
./cmd/dagger/dagger doc --output ./docs/reference --format md
DAGGER_TELEMETRY_DISABLE=1 ./cmd/dagger/dagger doc --output ./docs/reference --format md
.PHONY: docslint
docslint: docs # Generate & lint docs