We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d3a4e commit c1e59d3Copy full SHA for c1e59d3
cd/04_install.sh
@@ -31,7 +31,6 @@ if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then
31
--mount type=bind,src=$BASE_ROOT_DIR,dst=/ro_base,readonly \
32
--mount type=bind,src=$CCACHE_DIR,dst=$CCACHE_DIR \
33
--mount type=bind,src=$DEPENDS_DIR,dst=$DEPENDS_DIR \
34
- --mount type=bind,src=$PREVIOUS_RELEASES_DIR,dst=$PREVIOUS_RELEASES_DIR \
35
--mount type=bind,src=/tmp/release,dst=/release \
36
-w $BASE_ROOT_DIR \
37
--env-file /tmp/env \
0 commit comments