mirror of
https://github.com/linuxserver/docker-kasm.git
synced 2026-01-22 18:15:31 +00:00
Don't run web CI as wizard cannot start
This commit is contained in:
parent
0e7c148a8f
commit
289e17847c
2 changed files with 4 additions and 4 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
|
@ -31,12 +31,12 @@ pipeline {
|
|||
DIST_IMAGE = 'ubuntu'
|
||||
MULTIARCH='true'
|
||||
CI='true'
|
||||
CI_WEB='true'
|
||||
CI_WEB='false'
|
||||
CI_PORT='3000'
|
||||
CI_SSL='true'
|
||||
CI_DELAY='120'
|
||||
CI_DOCKERENV=''
|
||||
CI_AUTH='user:password'
|
||||
CI_AUTH=''
|
||||
CI_WEBPATH=''
|
||||
}
|
||||
stages {
|
||||
|
|
|
|||
|
|
@ -19,10 +19,10 @@ repo_vars:
|
|||
- DIST_IMAGE = 'ubuntu'
|
||||
- MULTIARCH='true'
|
||||
- CI='true'
|
||||
- CI_WEB='true'
|
||||
- CI_WEB='false'
|
||||
- CI_PORT='3000'
|
||||
- CI_SSL='true'
|
||||
- CI_DELAY='120'
|
||||
- CI_DOCKERENV=''
|
||||
- CI_AUTH='user:password'
|
||||
- CI_AUTH=''
|
||||
- CI_WEBPATH=''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue