We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd9e98 commit 5af7554Copy full SHA for 5af7554
travis/build_client.bash
@@ -11,7 +11,7 @@ cp -r * travis/docker/context/robot_monitoring || true
11
docker build travis/docker -t travis_build_image
12
13
# build client via docker
14
-docker run --rm -it \
+docker run --rm \
15
-v $PWD/build_output:/home/user/build_output \
16
travis_build_image bash -i /home/user/build.bash
17
0 commit comments