Skip to content

Commit 0ebac58

Browse files
committed
fix: circleci attempt to fix missing site id
1 parent ed45834 commit 0ebac58

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
- run:
5252
name: Install Netlify CLI
5353
environment:
54+
NETLIFY_SITE_ID: $NETLIFY_SITE_ID
5455
NETLIFY_AUTH_TOKEN: $NETLIFY_AUTH_TOKEN
5556
command: |
5657
# Control netlify-cli as a regular dev dep but expose it globally for test fixtures to use
@@ -88,6 +89,7 @@ jobs:
8889
npm run test:ci:e2e -- --shard=${SHARD}/${CIRCLE_NODE_TOTAL}
8990
environment:
9091
NEXT_VERSION: << parameters.next-version >>
92+
NETLIFY_SITE_ID: $NETLIFY_SITE_ID
9193
NETLIFY_AUTH_TOKEN: $NETLIFY_AUTH_TOKEN
9294
PLAYWRIGHT_BLOB_OUTPUT_NAME:
9395
report-<< parameters.next-version >>-{{ .Environment.CIRCLE_NODE_INDEX }}.zip
@@ -154,6 +156,7 @@ jobs:
154156
npm run test:ci:unit-and-integration -- --shard=${SHARD}/${CIRCLE_NODE_TOTAL}
155157
environment:
156158
NEXT_VERSION: << parameters.next-version >>
159+
NETLIFY_SITE_ID: $NETLIFY_SITE_ID
157160
NETLIFY_AUTH_TOKEN: $NETLIFY_AUTH_TOKEN
158161
TEMP: /tmp
159162

@@ -178,6 +181,7 @@ jobs:
178181
- run:
179182
name: Install Netlify CLI
180183
environment:
184+
NETLIFY_SITE_ID: $NETLIFY_SITE_ID
181185
NETLIFY_AUTH_TOKEN: $NETLIFY_AUTH_TOKEN
182186
command: |
183187
# Control netlify-cli as a regular dev dep but expose it globally for test fixtures to use
@@ -194,6 +198,7 @@ jobs:
194198
command: npm run test:ci:smoke
195199
environment:
196200
NEXT_VERSION: << parameters.next-version >>
201+
NETLIFY_SITE_ID: $NETLIFY_SITE_ID
197202
NETLIFY_AUTH_TOKEN: $NETLIFY_AUTH_TOKEN
198203

199204
merge-reports:

0 commit comments

Comments
 (0)