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
eb00aded51
commit
9ed2ca4c25
2 changed files with 2 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -29,7 +29,7 @@ pipeline {
|
|||
DIST_IMAGE = 'ubuntu'
|
||||
MULTIARCH='true'
|
||||
CI='true'
|
||||
CI_WEB='true'
|
||||
CI_WEB='false'
|
||||
CI_PORT='3000'
|
||||
CI_SSL='true'
|
||||
CI_DELAY='120'
|
||||
|
|
|
|||
|
|
@ -19,7 +19,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