fix ci test port

This commit is contained in:
aptalca
2021-04-12 15:17:00 -04:00
parent 71af7141d3
commit c9751a38e9
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -30,7 +30,7 @@ pipeline {
MULTIARCH='true'
CI='true'
CI_WEB='true'
CI_PORT='80'
CI_PORT='3000'
CI_SSL='false'
CI_DELAY='120'
CI_DOCKERENV='TZ=US/Pacific'

View File

@@ -21,7 +21,7 @@ repo_vars:
- MULTIARCH='true'
- CI='true'
- CI_WEB='true'
- CI_PORT='80'
- CI_PORT='3000'
- CI_SSL='false'
- CI_DELAY='120'
- CI_DOCKERENV='TZ=US/Pacific'