Skip to content

Commit

Permalink
add --rm to docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed May 23, 2024
1 parent b0f698d commit 718d916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci_build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ BUILD_DIR_MOUNT_POINT=/tmp/Shiva
CONTAINER_NAME=shiva_build
# Now we can build shiva.
docker run \
--rm \
--name=${CONTAINER_NAME} \
--volume=${BUILD_DIR}:${BUILD_DIR_MOUNT_POINT} \
--cap-add=ALL \
Expand Down

0 comments on commit 718d916

Please sign in to comment.