We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58106a0 commit 17914a3Copy full SHA for 17914a3
tools/build_test_env.sh
@@ -59,6 +59,7 @@ cleanup() {
59
}
60
[ -z "${BUILD_TEST_ENV_AUTO_CLEANUP+set}" ] || {
61
trap cleanup EXIT
62
+ trap 'exit 1' HUP INT TERM
63
64
65
docker run --name gitlab-test --detach --publish 8080:80 \
0 commit comments