Skip to content

Commit fe27d44

Browse files
committed
clean new line
1 parent 5940dd1 commit fe27d44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

circle.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ machine:
1212

1313
dependencies:
1414
pre:
15-
- docker pull plotly/testbed:latest
15+
- docker pull plotly/testbed:candidate
1616
post:
1717
- npm run cibuild
18-
- docker run -d --name mytestbed -v $PWD:/var/www/streambed/image_server/plotly.js -p 9010:9010 plotly/testbed:latest
18+
- docker run -d --name mytestbed -v $PWD:/var/www/streambed/image_server/plotly.js -p 9010:9010 plotly/testbed:candidate
19+
- sudo lxc-attach -n "$(docker inspect --format '{{.Id}}' mytestbed)" -- bash -c "cp -f /var/www/streambed/image_server/plotly.js/test/image/index.html /var/www/streambed/image_server/server_app/index.html"
1920
- wget --server-response --spider --tries=8 --retry-connrefused http://localhost:9010/ping
2021
test:
2122
override:

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313

1414
dev:
1515
container_name: imagetest
16-
image: plotly/testbed:latest
16+
image: plotly/testbed:candidate
1717
volumes:
1818
- .:/var/www/streambed/image_server/plotly.js
1919
ports:
2020
- "9010:9010"
21-
- "2022:22"

0 commit comments

Comments
 (0)