File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -68,3 +68,10 @@ CI_EXEC "${BASE_ROOT_DIR}/ci/test/01_base_install.sh"
6868CI_EXEC git config --global --add safe.directory \" * \"
6969
7070CI_EXEC mkdir -p " ${BINS_SCRATCH_DIR} "
71+
72+ CI_EXEC " ${BASE_ROOT_DIR} /ci/test/06_script_b.sh"
73+
74+ if [ -z " $DANGER_RUN_CI_ON_HOST " ]; then
75+ echo " Stop and remove CI container by ID"
76+ docker container kill " ${CI_CONTAINER_ID} "
77+ fi
Original file line number Diff line number Diff line change 77export LC_ALL=C.UTF-8
88
99set -o errexit; source ./ci/test/00_setup_env.sh
10- set -o errexit; source " ./ci/test/02_run_container.sh"
1110set -o errexit
12- CI_EXEC " ${BASE_ROOT_DIR} /ci/test/06_script_b.sh"
13-
14- if [ -z " $DANGER_RUN_CI_ON_HOST " ]; then
15- echo " Stop and remove CI container by ID"
16- docker container kill " ${CI_CONTAINER_ID} "
17- fi
11+ " ./ci/test/02_run_container.sh"
You can’t perform that action at this time.
0 commit comments