Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4de319b

Browse filesBrowse files
committed
update circleci conf for orca
1 parent 93009aa commit 4de319b
Copy full SHA for 4de319b

File tree

1 file changed

+6
-16
lines changed
Filter options

1 file changed

+6
-16
lines changed

‎.circleci/config.yml

Copy file name to clipboardExpand all lines: .circleci/config.yml
+6-16Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.