Merge pull request #68 from linuxserver/develop-nowebci

This commit is contained in:
Adam 2024-08-27 20:55:07 +01:00 committed by GitHub
commit 6fa36c9f06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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'