Merge pull request #23 from linuxserver/beta-ci

turn back on web ci
This commit is contained in:
driz 2020-04-23 16:55:09 -04:00 committed by GitHub
commit d62f92c7d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -28,7 +28,7 @@ pipeline {
DIST_IMAGE = 'ubuntu'
MULTIARCH='true'
CI='true'
CI_WEB='false'
CI_WEB='true'
CI_PORT='8096'
CI_SSL='false'
CI_DELAY='120'

View File

@ -19,7 +19,7 @@ repo_vars:
- DIST_IMAGE = 'ubuntu'
- MULTIARCH='true'
- CI='true'
- CI_WEB='false'
- CI_WEB='true'
- CI_PORT='8096'
- CI_SSL='false'
- CI_DELAY='120'