mirror of
https://github.com/lupyuen/nuttx-build-farm.git
synced 2025-01-13 07:38:31 +08:00
Don't run in background, will crash Ubuntu
This commit is contained in:
parent
d31d85174b
commit
e0abf783d9
1 changed files with 3 additions and 6 deletions
|
@ -196,17 +196,14 @@ for commit in $(
|
|||
$apps_hash \
|
||||
$nuttx_hash \
|
||||
$next_hash \
|
||||
$prev_hash \
|
||||
&
|
||||
|
||||
## Throttle our downloads from GitHub
|
||||
date ; sleep 60
|
||||
$prev_hash
|
||||
|
||||
## Shift the Commits
|
||||
prev_hash=$nuttx_hash
|
||||
nuttx_hash=$next_hash
|
||||
timestamp=$next_timestamp
|
||||
((count++))
|
||||
date
|
||||
done
|
||||
|
||||
## Wait for Background Tasks to complete
|
||||
|
@ -214,4 +211,4 @@ fg || true
|
|||
|
||||
## Free up the Docker disk space
|
||||
sudo docker system prune --force
|
||||
echo "Done!"
|
||||
set +x ; echo "***** Done!" ; set -x
|
||||
|
|
Loading…
Reference in a new issue