Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Rebase to 3.18 #52

Merged
merged 7 commits into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pipeline {
CI_PORT='80'
CI_SSL='false'
CI_DELAY='120'
CI_DOCKERENV='TZ=Europe/London|CLI_AGRS="--gameid devtest"'
aptalca marked this conversation as resolved.
Show resolved Hide resolved
CI_DOCKERENV='TZ=Europe/London|CLI_AGRS=\\\"--gameid devtest\\\"'
CI_AUTH='user:password'
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 @@ -23,6 +23,6 @@ repo_vars:
- CI_PORT='80'
- CI_SSL='false'
- CI_DELAY='120'
- CI_DOCKERENV='TZ=Europe/London|CLI_AGRS="--gameid devtest"'
aptalca marked this conversation as resolved.
Show resolved Hide resolved
- CI_DOCKERENV='TZ=Europe/London|CLI_AGRS=\\\"--gameid devtest\\\"'
- CI_AUTH='user:password'
- CI_WEBPATH=''