bug in testing

This commit is contained in:
thelamer 2021-04-21 12:51:34 -07:00 committed by Ryan Kuba
parent 13ba2f74bc
commit 6e87c2df07
2 changed files with 6 additions and 6 deletions

6
Jenkinsfile vendored
View File

@ -26,10 +26,10 @@ pipeline {
DIST_IMAGE = 'ubuntu' DIST_IMAGE = 'ubuntu'
MULTIARCH='true' MULTIARCH='true'
CI='true' CI='true'
CI_WEB='false' CI_WEB='true'
CI_PORT='3389' CI_PORT='3000'
CI_SSL='false' CI_SSL='false'
CI_DELAY='30' CI_DELAY='120'
CI_DOCKERENV='TZ=US/Pacific' CI_DOCKERENV='TZ=US/Pacific'
CI_AUTH='user:password' CI_AUTH='user:password'
CI_WEBPATH='' CI_WEBPATH=''

View File

@ -17,10 +17,10 @@ repo_vars:
- DIST_IMAGE = 'ubuntu' - DIST_IMAGE = 'ubuntu'
- MULTIARCH='true' - MULTIARCH='true'
- CI='true' - CI='true'
- CI_WEB='false' - CI_WEB='true'
- CI_PORT='3389' - CI_PORT='3000'
- CI_SSL='false' - CI_SSL='false'
- CI_DELAY='30' - CI_DELAY='120'
- CI_DOCKERENV='TZ=US/Pacific' - CI_DOCKERENV='TZ=US/Pacific'
- CI_AUTH='user:password' - CI_AUTH='user:password'
- CI_WEBPATH='' - CI_WEBPATH=''