DIsable webci due to lack of priv mode

This commit is contained in:
thespad 2024-08-27 20:01:12 +01:00
parent eb00aded51
commit 9ed2ca4c25
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View file

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

View file

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