Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 618ebeb

Browse files
committed
Only enable percy for one container.
1 parent 8171a52 commit 618ebeb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,15 @@ jobs:
5959
- image: circleci/python:3.6-stretch-node-browsers
6060
environment:
6161
PYTHON_VERSION: py36
62+
PERCY_ENABLE: 0
6263

6364
"python-3.7":
6465
<<: *test-template
6566
docker:
6667
- image: circleci/python:3.7-stretch-node-browsers
6768
environment:
6869
PYTHON_VERSION: py37
70+
PERCY_ENABLE: 0
6971

7072

7173
workflows:

0 commit comments

Comments
 (0)