build-arm.sh: remove reference to docker.log.

This commit is contained in:
John MacFarlane
2022-08-22 11:11:09 -07:00
parent 108f0844ba
commit 3040c2c42c
+2 -2
View File
@@ -87,8 +87,8 @@ EOF
while true
do
sleep 20
# print last line of log output and free memory
$SSH "tail -n1 src/pandoc/docker.log && free -h | grep Mem"
# print free memory
free -h | grep Mem"
# Check to see if the artifact has been produced
$SSH "ls -l src/pandoc/linux/artifacts/DONE 2>/dev/null" && break
done