Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rezon73/jirawalker
https://github.com/rezon73/jirawalker
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rezon73/jirawalker
- Owner: rezon73
- Created: 2016-12-04T12:04:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T13:47:01.000Z (about 6 years ago)
- Last Synced: 2024-08-01T19:54:56.568Z (3 months ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Hello, my friend.
This script checks existence of actual production branch in task branches.
Example of config: ./packages/config/global.phpAdd task to crontab. Example:
* * * * * for i in {1..59}; do sleep 1; php ./cron/walker.php > ./logs.txt 2>&1; done