Skip to content

Commit

Permalink
Remove container once it gets stopped (#2921)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoPellitteri authored Sep 10, 2024
1 parent 59501c7 commit 981e91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomics/T1069.001/T1069.001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ atomic_tests:
executor:
command: |-
docker build -t t1069 $PathtoAtomicsFolder/T1069.001/src/
docker run --name t1069_container -d -t t1069
docker run --name t1069_container --rm -d -t t1069
docker exec t1069_container ./test.sh
cleanup_command: |-
docker stop t1069_container
Expand Down

0 comments on commit 981e91d

Please sign in to comment.