Skip to content

Commit 65245f2

Browse files
committed
Remove redis from circleci
1 parent 63fa5d1 commit 65245f2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.circleci/config.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,6 @@ jobs:
185185
PERCY_PARALLEL_TOTAL: -1
186186
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: True
187187
PYVERSION: python312
188-
REDIS_URL: redis://localhost:6379
189-
- image: cimg/redis:6.2.18
190-
auth:
191-
username: dashautomation
192-
password: $DASH_PAT_DOCKERHUB
193188
parallelism: 3
194189
steps:
195190
- checkout:
@@ -241,11 +236,6 @@ jobs:
241236
PERCY_ENABLE: 0
242237
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: True
243238
PYVERSION: python38
244-
REDIS_URL: redis://localhost:6379
245-
- image: cimg/redis:6.2.18
246-
auth:
247-
username: dashautomation
248-
password: $DASH_PAT_DOCKERHUB
249239

250240
dcc-lint-unit-312: &dcc-lint-unit
251241
working_directory: ~/dash

0 commit comments

Comments
 (0)