mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-24 19:02:46 +03:00
;just:push: allow custom poll interval argument
This commit is contained in:
parent
3ca208a3b6
commit
8d9ce2abf9
6
Justfile
6
Justfile
@ -1288,9 +1288,9 @@ sccv:
|
||||
# ** Misc ------------------------------------------------------------
|
||||
MISC:
|
||||
|
||||
# push to github CI, wait for tests to pass, then push to master
|
||||
@push:
|
||||
tools/push
|
||||
# push to github CI, wait for tests to pass, refreshing every INTERVAL (default:10s), then push to master.
|
||||
@push *INTERVAL:
|
||||
tools/push {{ INTERVAL }}
|
||||
|
||||
# run some tests to validate the development environment
|
||||
# check-setup:
|
||||
|
Loading…
Reference in New Issue
Block a user