When I run my script on Terminal like:
sh /Users/garychan/daybuild_ios.sh feature/sprint_111
It runs successfully.
When I set cron tab as follows:
0 9-21/4 * * * sh /Users/garychan/daybuild_ios.sh feature/sprint_111
It cannot run at regular intervals of 4 hours from 0900 to 2100
Would you please tell us any other procedures when I wrongly setup this cron job ?