1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 07:15:41 +00:00

run integration tests as part of the build

This commit is contained in:
Ivan Mikushin
2015-09-04 14:59:06 +05:00
parent 57444246ba
commit 950158823c
9 changed files with 18 additions and 7 deletions

View File

@@ -10,4 +10,4 @@ if [ -n "$BIND_DIR" ]; then
fi
docker rm -fv ros-build >/dev/null 2>&1 || true
exec docker run -i -v /var/run/docker.sock:/var/run/docker.sock $DOCKER_ARGS --name=ros-build ros-build "$@"
exec docker run --privileged -i -v /var/run/docker.sock:/var/run/docker.sock $DOCKER_ARGS --name=ros-build ros-build "$@"