Disable webci due to lack of priv mode

This commit is contained in:
thespad 2024-08-27 20:01:59 +01:00
parent 02eaa44ba3
commit 79098c667d
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View file

@ -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'

View file

@ -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'