File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then
29
29
docker volume create " ${CONTAINER_NAME} _depends_SDKs_android" || true
30
30
docker volume create " ${CONTAINER_NAME} _previous_releases" || true
31
31
32
+ docker network create --ipv6 --subnet 1111:1111::/112 ci-ip6net || true
33
+
32
34
if [ -n " ${RESTART_CI_DOCKER_BEFORE_RUN} " ] ; then
33
35
echo " Restart docker before run to stop and clear all containers started with --rm"
34
36
podman container rm --force --all # Similar to "systemctl restart docker"
@@ -56,6 +58,7 @@ if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then
56
58
--mount " type=volume,src=${CONTAINER_NAME} _previous_releases,dst=$PREVIOUS_RELEASES_DIR " \
57
59
--env-file /tmp/env-$USER -$CONTAINER_NAME \
58
60
--name " $CONTAINER_NAME " \
61
+ --network ci-ip6net \
59
62
" $CONTAINER_NAME " )
60
63
export CI_CONTAINER_ID
61
64
export CI_EXEC_CMD_PREFIX=" docker exec ${CI_CONTAINER_ID} "
You can’t perform that action at this time.
0 commit comments