File tree Expand file tree Collapse file tree 1 file changed +6
-16
lines changed Expand file tree Collapse file tree 1 file changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -80,17 +80,12 @@ jobs:
8080
8181 test-image :
8282 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/
8585 steps :
8686 - checkout
8787 - 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/
9489 - run :
9590 name : Run image tests
9691 command : ./.circleci/test.sh image
@@ -99,17 +94,12 @@ jobs:
9994
10095 test-image2 :
10196 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/
10499 steps :
105100 - checkout
106101 - 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/
113103 - run :
114104 name : Run image tests
115105 command : ./.circleci/test.sh image2
You can’t perform that action at this time.
0 commit comments