File tree 1 file changed +6
-16
lines changed
1 file changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -80,17 +80,12 @@ jobs:
80
80
81
81
test-image :
82
82
docker :
83
- - image : plotly/testbed:latest
84
- working_directory : /var/www/streambed/image_server /plotly.js/
83
+ - image : quay.io/ plotly/image-exporter:single-entry
84
+ working_directory : /var/www/image-exporter /plotly.js/
85
85
steps :
86
86
- checkout
87
87
- attach_workspace :
88
- at : /var/www/streambed/image_server/plotly.js/
89
- - run :
90
- name : Run and setup container
91
- command : |
92
- supervisord &
93
- npm run docker -- setup
88
+ at : /var/www/image-exporter/plotly.js/
94
89
- run :
95
90
name : Run image tests
96
91
command : ./.circleci/test.sh image
@@ -99,17 +94,12 @@ jobs:
99
94
100
95
test-image2 :
101
96
docker :
102
- - image : plotly/testbed:latest
103
- working_directory : /var/www/streambed/image_server /plotly.js/
97
+ - image : quay.io/ plotly/image-exporter:single-entry
98
+ working_directory : /var/www/image-exporter /plotly.js/
104
99
steps :
105
100
- checkout
106
101
- attach_workspace :
107
- at : /var/www/streambed/image_server/plotly.js/
108
- - run :
109
- name : Run and setup container
110
- command : |
111
- supervisord &
112
- npm run docker -- setup
102
+ at : /var/www/image-exporter/plotly.js/
113
103
- run :
114
104
name : Run image tests
115
105
command : ./.circleci/test.sh image2
You can’t perform that action at this time.
0 commit comments