File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ if [[ $BITCOIN_CONFIG = *--with-sanitizers=*address* ]]; then # If ran with (ASa
22
22
CI_CONTAINER_CAP=" --cap-add SYS_PTRACE"
23
23
fi
24
24
25
- export P_CI_DIR=" $PWD "
26
25
export BINS_SCRATCH_DIR=" ${BASE_SCRATCH_DIR} /bins/"
27
26
28
27
if [ -z " $DANGER_RUN_CI_ON_HOST " ]; then
@@ -53,7 +52,6 @@ if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then
53
52
--mount " type=volume,src=${CONTAINER_NAME} _ccache,dst=$CCACHE_DIR " \
54
53
--mount " type=volume,src=${CONTAINER_NAME} _depends,dst=$DEPENDS_DIR " \
55
54
--mount " type=volume,src=${CONTAINER_NAME} _previous_releases,dst=$PREVIOUS_RELEASES_DIR " \
56
- -w $BASE_ROOT_DIR \
57
55
--env-file /tmp/env \
58
56
--name $CONTAINER_NAME \
59
57
$CONTAINER_NAME )
64
62
fi
65
63
66
64
CI_EXEC () {
67
- $CI_EXEC_CMD_PREFIX bash -c " export PATH=${BINS_SCRATCH_DIR} :\$ PATH && cd \" $P_CI_DIR \" && $* "
65
+ $CI_EXEC_CMD_PREFIX bash -c " export PATH=${BINS_SCRATCH_DIR} :\$ PATH && cd \" ${BASE_ROOT_DIR} \" && $* "
68
66
}
69
67
export -f CI_EXEC
70
68
You can’t perform that action at this time.
0 commit comments