Merge pull request #22 from linuxserver/ci

turn web ci back on
This commit is contained in:
aptalca 2020-04-19 01:47:50 -04:00 committed by GitHub
commit 964f347b2d
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

@ -29,7 +29,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

@ -20,7 +20,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'