asd #1

Closed
wmantly wants to merge 44 commits from refactor-workers into master
Showing only changes of commit 7bbf77c6ec - Show all commits

View File

@ -17,10 +17,10 @@ until [[ $memory -gt $maxMemoryUsage ]]; do
runnerName="${namePrefix}${RANDOM}";
lxc-start-ephemeral -o $baseName -n $runnerName --union-type overlayfs -d;
if[[ "$?" -eq 0 ]]; then
runners="${runners};${runnerName}";
if [[ "$?" -eq 0 ]]; then
runners="${runnerName};${runners}";
fi
usedMemoryPercent;
done
echo $runners
echo $runners;