Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
This reverts commit 6568cb1.
  • Loading branch information
mnvr committed May 10, 2024
1 parent 6568cb1 commit 9020740
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 12 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/desktop-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
cache: "yarn"
cache-dependency-path: "desktop/yarn.lock"

- name: Install dependencies
run: yarn install && yarn run next telemetry disable
- run: yarn install

- run: yarn lint
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cache-dependency-path: "docs/yarn.lock"

- name: Install dependencies
run: yarn install && yarn run next telemetry disable
run: yarn install

- name: Build production site
# Will create docs/.vitepress/dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cache-dependency-path: "docs/yarn.lock"

- name: Install dependencies
run: yarn install && yarn run next telemetry disable
run: yarn install

- name: Build production site
run: yarn build
2 changes: 1 addition & 1 deletion .github/workflows/web-deploy-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cache-dependency-path: "web/yarn.lock"

- name: Install dependencies
run: yarn install && yarn run next telemetry disable
run: yarn install

- name: Build ${{ inputs.app }}
run: yarn build:${{ inputs.app }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cache-dependency-path: "web/yarn.lock"

- name: Install dependencies
run: yarn install && yarn run next telemetry disable
run: yarn install

- name: Build ${{ inputs.app }}
run: yarn build:${{ inputs.app }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-deploy-staff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache-dependency-path: "web/yarn.lock"

- name: Install dependencies
run: yarn install && yarn run next telemetry disable
run: yarn install

- name: Build staff
run: yarn build:staff
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cache-dependency-path: "web/yarn.lock"

- name: Install dependencies
run: yarn install && yarn run next telemetry disable
run: yarn install

- name: Build photos
run: yarn build:photos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cache-dependency-path: "web/yarn.lock"

- name: Install dependencies
run: yarn install && yarn run next telemetry disable
run: yarn install

- name: Build photos
run: yarn build:photos
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/web-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
cache: "yarn"
cache-dependency-path: "web/yarn.lock"

- name: Install dependencies
run: yarn install && yarn run next telemetry disable
- run: yarn install

- run: yarn lint
2 changes: 1 addition & 1 deletion desktop/.github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: yarn config set network-timeout 900000 -g

- name: Install dependencies
run: yarn install && yarn run next telemetry disable
run: yarn install

- name: Install libarchive-tools for pacman build
if: startsWith(matrix.os, 'ubuntu')
Expand Down
1 change: 1 addition & 0 deletions web/apps/accounts/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NEXT_TELEMETRY_DISABLED = 1
1 change: 1 addition & 0 deletions web/apps/auth/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NEXT_TELEMETRY_DISABLED = 1
1 change: 1 addition & 0 deletions web/apps/cast/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NEXT_TELEMETRY_DISABLED = 1
1 change: 1 addition & 0 deletions web/apps/payments/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NEXT_TELEMETRY_DISABLED = 1
2 changes: 2 additions & 0 deletions web/apps/photos/.env
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,5 @@
# NEXT_PUBLIC_ENTE_TEST_EXPECTED_JSON=`cat path/to/expected.json` yarn dev
#
# NEXT_PUBLIC_ENTE_TEST_EXPECTED_JSON = {}

NEXT_TELEMETRY_DISABLED = 1

0 comments on commit 9020740

Please sign in to comment.