mirror of
https://github.com/linuxserver/docker-kasm.git
synced 2026-01-23 02:24:38 +00:00
Disable webci due to lack of priv mode
This commit is contained in:
parent
02eaa44ba3
commit
79098c667d
2 changed files with 2 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -32,7 +32,7 @@ pipeline {
|
|||
DIST_IMAGE = 'ubuntu'
|
||||
MULTIARCH='true'
|
||||
CI='true'
|
||||
CI_WEB='true'
|
||||
CI_WEB='false'
|
||||
CI_PORT='3000'
|
||||
CI_SSL='true'
|
||||
CI_DELAY='120'
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ repo_vars:
|
|||
- DIST_IMAGE = 'ubuntu'
|
||||
- MULTIARCH='true'
|
||||
- CI='true'
|
||||
- CI_WEB='true'
|
||||
- CI_WEB='false'
|
||||
- CI_PORT='3000'
|
||||
- CI_SSL='true'
|
||||
- CI_DELAY='120'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue