build-arm.sh: print total build time
This commit is contained in:
parent
7eb4662df4
commit
f8e848094c
1 changed files with 3 additions and 0 deletions
|
@ -92,4 +92,7 @@ echo "Successful build. Retrieving artifacts..."
|
|||
|
||||
scp -i "$HOME/.ssh/$KEY_NAME.pem" -r "admin@$IPADDR:src/pandoc/linux/artifacts" "arm-build-artifacts-$(date +%s)"
|
||||
|
||||
# Let's see how long this took!
|
||||
uptime
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Reference in a new issue