Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5194b57

Browse files
committed
typo
1 parent d41b26c commit 5194b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
post:
1717
- npm run cibuild
1818
- docker run -d --name myimageserver -v $PWD:/var/www/streambed/image_server/plotly.js -p 9010:9010 plotly/imageserver:1.0.0; sleep 5
19-
- sudo lxc-attach -n "$(docker inspect --format '{{.Id}}' myimageserver)" -- bash -c "/touch /etc/plotly_global_vars.sh && /usr/local/bin/nw-wrapper.sh stop && sleep 5"
19+
- sudo lxc-attach -n "$(docker inspect --format '{{.Id}}' myimageserver)" -- bash -c "touch /etc/plotly_global_vars.sh && /usr/local/bin/nw-wrapper.sh stop && sleep 5"
2020

2121
test:
2222
override:

0 commit comments

Comments
 (0)