File tree 1 file changed +18
-3
lines changed
packages/dash-html-components/.circleci
1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 4
4
python-2.7 : &test-template
5
5
docker :
6
6
- image : circleci/python:2.7-stretch-node-browsers
7
+ auth :
8
+ username : dashautomation
9
+ password : $DASH_PAT_DOCKERHUB
7
10
environment :
8
11
PYTHON_VERSION : py27
9
12
PERCY_ENABLE : 1
57
60
<< : *test-template
58
61
docker :
59
62
- image : circleci/python:3.6.9-stretch-node-browsers
63
+ auth :
64
+ username : dashautomation
65
+ password : $DASH_PAT_DOCKERHUB
60
66
environment :
61
67
PYTHON_VERSION : py36
62
68
PERCY_ENABLE : 0
65
71
<< : *test-template
66
72
docker :
67
73
- image : circleci/python:3.7.6-stretch-node-browsers
74
+ auth :
75
+ username : dashautomation
76
+ password : $DASH_PAT_DOCKERHUB
68
77
environment :
69
78
PYTHON_VERSION : py37
70
79
PERCY_ENABLE : 0
@@ -73,6 +82,12 @@ workflows:
73
82
version : 2
74
83
build :
75
84
jobs :
76
- - python-2.7
77
- - python-3.6
78
- - python-3.7
85
+ - python-2.7 :
86
+ context :
87
+ - dash-docker-hub
88
+ - python-3.6 :
89
+ context :
90
+ - dash-docker-hub
91
+ - python-3.7 :
92
+ context :
93
+ - dash-docker-hub
You can’t perform that action at this time.
0 commit comments