Skip to content

Commit 229b0cc

Browse files
authored
Merge pull request #3394 from IntersectMBO/rm_cabal_build_container
fix(cabal_build_tests): add --rm flag to container run command
2 parents 043fa6e + 1fa14f0 commit 229b0cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cabal_build_tests/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ $container_manager build . \
6060
|| exit 1
6161

6262
$container_manager run \
63+
--rm \
6364
--security-opt label=disable \
6465
-it \
6566
-e GIT_OBJECT="$GIT_OBJECT" \

0 commit comments

Comments
 (0)