Skip to content

Commit 289e178

Browse files
committed
Don't run web CI as wizard cannot start
1 parent 0e7c148 commit 289e178

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ pipeline {
3131
DIST_IMAGE = 'ubuntu'
3232
MULTIARCH='true'
3333
CI='true'
34-
CI_WEB='true'
34+
CI_WEB='false'
3535
CI_PORT='3000'
3636
CI_SSL='true'
3737
CI_DELAY='120'
3838
CI_DOCKERENV=''
39-
CI_AUTH='user:password'
39+
CI_AUTH=''
4040
CI_WEBPATH=''
4141
}
4242
stages {

jenkins-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ repo_vars:
1919
- DIST_IMAGE = 'ubuntu'
2020
- MULTIARCH='true'
2121
- CI='true'
22-
- CI_WEB='true'
22+
- CI_WEB='false'
2323
- CI_PORT='3000'
2424
- CI_SSL='true'
2525
- CI_DELAY='120'
2626
- CI_DOCKERENV=''
27-
- CI_AUTH='user:password'
27+
- CI_AUTH=''
2828
- CI_WEBPATH=''

0 commit comments

Comments
 (0)