Don't run web CI as wizard cannot start

This commit is contained in:
thespad 2025-11-02 21:36:23 +00:00
parent 0e7c148a8f
commit 289e17847c
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

4
Jenkinsfile vendored
View file

@ -31,12 +31,12 @@ pipeline {
DIST_IMAGE = 'ubuntu' DIST_IMAGE = 'ubuntu'
MULTIARCH='true' MULTIARCH='true'
CI='true' CI='true'
CI_WEB='true' CI_WEB='false'
CI_PORT='3000' CI_PORT='3000'
CI_SSL='true' CI_SSL='true'
CI_DELAY='120' CI_DELAY='120'
CI_DOCKERENV='' CI_DOCKERENV=''
CI_AUTH='user:password' CI_AUTH=''
CI_WEBPATH='' CI_WEBPATH=''
} }
stages { stages {

View file

@ -19,10 +19,10 @@ repo_vars:
- DIST_IMAGE = 'ubuntu' - DIST_IMAGE = 'ubuntu'
- MULTIARCH='true' - MULTIARCH='true'
- CI='true' - CI='true'
- CI_WEB='true' - CI_WEB='false'
- CI_PORT='3000' - CI_PORT='3000'
- CI_SSL='true' - CI_SSL='true'
- CI_DELAY='120' - CI_DELAY='120'
- CI_DOCKERENV='' - CI_DOCKERENV=''
- CI_AUTH='user:password' - CI_AUTH=''
- CI_WEBPATH='' - CI_WEBPATH=''