File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99
99
if [ " $RUN_FUZZ_TESTS " = " true" ]; then
100
100
CI_EXEC LD_LIBRARY_PATH=" ${DEPENDS_DIR} /${HOST} /lib" test/fuzz/test_runner.py " ${FUZZ_TESTS_CONFIG} " " $MAKEJOBS " -l DEBUG " ${DIR_FUZZ_IN} "
101
101
fi
102
-
103
- if [ -z " $DANGER_RUN_CI_ON_HOST " ]; then
104
- echo " Stop and remove CI container by ID"
105
- docker container kill " ${CI_CONTAINER_ID} "
106
- fi
Original file line number Diff line number Diff line change @@ -11,3 +11,8 @@ set -o errexit; source ./ci/test/04_install.sh
11
11
set -o errexit; source ./ci/test/05_before_script.sh
12
12
set -o errexit; source ./ci/test/06_script_a.sh
13
13
set -o errexit; source ./ci/test/06_script_b.sh
14
+
15
+ if [ -z " $DANGER_RUN_CI_ON_HOST " ]; then
16
+ echo " Stop and remove CI container by ID"
17
+ docker container kill " ${CI_CONTAINER_ID} "
18
+ fi
You can’t perform that action at this time.
0 commit comments