Skip to content

Commit

Permalink
set timezone for python
Browse files Browse the repository at this point in the history
  • Loading branch information
drizuid authored Dec 5, 2024
1 parent ef7fa6d commit 04a183e
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='8083'
CI_SSL='false'
CI_DELAY='120'
CI_DOCKERENV='TZ=US/Pacific'
CI_DOCKERENV='TZ=America/Los_Angeles'
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 @@ -25,6 +25,6 @@ repo_vars:
- CI_PORT='8083'
- CI_SSL='false'
- CI_DELAY='120'
- CI_DOCKERENV='TZ=US/Pacific'
- CI_DOCKERENV='TZ=America/Los_Angeles'
- CI_AUTH='user:password'
- CI_WEBPATH=''

0 comments on commit 04a183e

Please sign in to comment.