File tree 2 files changed +8
-7
lines changed
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"
68
68
CI_EXEC git config --global --add safe.directory \" * \"
69
69
70
70
CI_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 7
7
export LC_ALL=C.UTF-8
8
8
9
9
set -o errexit; source ./ci/test/00_setup_env.sh
10
- set -o errexit; source " ./ci/test/02_run_container.sh"
11
10
set -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