File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ pipeline {
22
22
DIST_IMAGE = ' ubuntu'
23
23
MULTIARCH = ' true'
24
24
CI = ' true'
25
- CI_WEB = ' false '
25
+ CI_WEB = ' true '
26
26
CI_PORT = ' 32400'
27
27
CI_SSL = ' false'
28
28
CI_DELAY = ' 120'
29
29
CI_DOCKERENV = ' TZ=US/Pacific'
30
30
CI_AUTH = ' user:password'
31
- CI_WEBPATH = ' '
31
+ CI_WEBPATH = ' /web/index.html '
32
32
}
33
33
stages {
34
34
// Setup all the basic environment variables needed for the build
@@ -467,6 +467,7 @@ pipeline {
467
467
docker tag lsiodev/buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} ${IMAGE}:arm64v8-${META_TAG}
468
468
fi
469
469
docker run --rm \
470
+ --shm-size=1gb \
470
471
-v /var/run/docker.sock:/var/run/docker.sock \
471
472
-e IMAGE=\" ${IMAGE}\" \
472
473
-e DELAY_START=\" ${CI_DELAY}\" \
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ repo_vars:
19
19
- DIST_IMAGE = 'ubuntu'
20
20
- MULTIARCH='true'
21
21
- CI='true'
22
- - CI_WEB='false '
22
+ - CI_WEB='true '
23
23
- CI_PORT='32400'
24
24
- CI_SSL='false'
25
25
- CI_DELAY='120'
26
26
- CI_DOCKERENV='TZ=US/Pacific'
27
27
- CI_AUTH='user:password'
28
- - CI_WEBPATH=''
28
+ - CI_WEBPATH='/web/index.html '
You can’t perform that action at this time.
0 commit comments