Skip to content

Commit

Permalink
DAS-1972: Attempts to clean up containers on kill signal. (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear authored Oct 4, 2023
1 parent 65babaa commit 72020f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/run_notebooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ function ctrl_c() {
name_pid=(${name_comma_pid//,/ })
echo "Killing ${name_pid[0]}"
docker kill "${name_pid[1]}" >/dev/null
docker rm "${name_pid[1]}" >/dev/null
done
echo "Exiting"
exit 1
Expand Down

0 comments on commit 72020f9

Please sign in to comment.