devops: disable telemetry in build pipeline
This commit is contained in:
parent
f027b04345
commit
2a687a8628
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ secrets:
|
||||||
environment:
|
environment:
|
||||||
NETLIFY_SITE_ID: d48d0f43-25b7-4d03-bbd2-b19ed09ea063
|
NETLIFY_SITE_ID: d48d0f43-25b7-4d03-bbd2-b19ed09ea063
|
||||||
tasks:
|
tasks:
|
||||||
|
- disable-telemetry: |
|
||||||
|
cd guides
|
||||||
|
npx astro telemetry disable
|
||||||
- install-deps: |
|
- install-deps: |
|
||||||
cd guides
|
cd guides
|
||||||
pnpm i
|
pnpm i
|
||||||
|
|
Loading…
Reference in a new issue