Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Dec 20, 2024
1 parent 0b2fc39 commit 465f52b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pipeline {
CI_PORT='8000'
CI_SSL='false'
CI_DELAY='120'
CI_DOCKERENV='SITE_ROOT=http://*|ALLOWED_HOSTS=""'
CI_DOCKERENV='SITE_ROOT=http://*|ALLOWED_HOSTS=\'*\''
CI_AUTH=''
CI_WEBPATH=''
}
Expand Down
2 changes: 1 addition & 1 deletion jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ repo_vars:
- CI_PORT='8000'
- CI_SSL='false'
- CI_DELAY='120'
- CI_DOCKERENV='SITE_ROOT=http://*|ALLOWED_HOSTS=""'
- CI_DOCKERENV='SITE_ROOT=http://*|ALLOWED_HOSTS=\'*\''
- CI_AUTH=''
- CI_WEBPATH=''

0 comments on commit 465f52b

Please sign in to comment.