Added acprep upload step if daily proofing succeeds
This commit is contained in:
parent
9e07e61fad
commit
35a2873186
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ if egrep -q '(ERROR|CRITICAL)' ~/Desktop/proof.log; then
|
||||||
else
|
else
|
||||||
echo "Ledger proof build succeeded"
|
echo "Ledger proof build succeeded"
|
||||||
echo $VERSION > ~/Products/last-proofed
|
echo $VERSION > ~/Products/last-proofed
|
||||||
|
|
||||||
|
time ./acprep upload 2>&1 | tee ~/Desktop/upload.log
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue