File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ machine:
12
12
13
13
dependencies :
14
14
pre :
15
- - docker pull plotly/testbed:candidate
15
+ - docker pull plotly/testbed:latest
16
16
post :
17
17
- npm run cibuild
18
- - docker run -d --name mytestbed -v $PWD:/var/www/streambed/image_server/plotly.js -p 9010:9010 plotly/testbed:candidate
18
+ - docker run -d --name mytestbed -v $PWD:/var/www/streambed/image_server/plotly.js -p 9010:9010 plotly/testbed:latest
19
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"
20
20
- wget --server-response --spider --tries=8 --retry-connrefused http://localhost:9010/ping
21
21
test :
Original file line number Diff line number Diff line change 13
13
14
14
dev :
15
15
container_name : imagetest
16
- image : plotly/testbed:candidate
16
+ image : plotly/testbed:latest
17
17
volumes :
18
18
- .:/var/www/streambed/image_server/plotly.js
19
19
ports :
You can’t perform that action at this time.
0 commit comments