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

Commit

Permalink
Set Timezone if you set EXEC_DAYS.
Browse files Browse the repository at this point in the history
  • Loading branch information
koshikawa committed Dec 28, 2015
1 parent 545a956 commit 6a08ca2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"CIRCLECI_TOKEN": {
"description": "CircleCI: Project Setting -> API Permissions"
},
"TZ": {
"description": "Set your timezone, if you use EXEC_DAYS.",
"value": "UTC",
"required": false
},
"EXEC_DAYS": {
"description": "ex. 'Sun or Mon,Wed,Fri' if unset, executes every day.",
"required": false
Expand Down

0 comments on commit 6a08ca2

Please sign in to comment.