mirror of
https://github.com/lupyuen/nuttx-build-farm.git
synced 2025-01-12 23:28:32 +08:00
Run multiple tasks
This commit is contained in:
parent
df03e84d65
commit
8422456692
1 changed files with 3 additions and 2 deletions
|
@ -164,10 +164,11 @@ for commit in $(
|
|||
$apps_hash \
|
||||
$nuttx_hash \
|
||||
$next_hash \
|
||||
$prev_hash
|
||||
$prev_hash \
|
||||
&
|
||||
|
||||
## Throttle our downloads from GitHub
|
||||
## TODO: date ; sleep $(( 60 * 5 ))
|
||||
date ; sleep 60
|
||||
|
||||
## Shift the Commits
|
||||
prev_hash=$nuttx_hash
|
||||
|
|
Loading…
Reference in a new issue