mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-21 02:35:48 +01:00
fixup! automated: add latest symlinks for nightly and lts logs
This commit is contained in:
parent
808fb07903
commit
ba119f8265
@ -10,7 +10,7 @@ esac
|
|||||||
while true; do
|
while true; do
|
||||||
git pull
|
git pull
|
||||||
LOG_FILE="nightly-build-$(date -u +%F_%T).log"
|
LOG_FILE="nightly-build-$(date -u +%F_%T).log"
|
||||||
time script -q -c "./build.sh nightly-$(date -u +%F) $cmd"
|
time script -q -c "./build.sh nightly-$(date -u +%F) $cmd" $LOG_FILE
|
||||||
${cmd:+exit 0}
|
${cmd:+exit 0}
|
||||||
${once:+date; exit 0}
|
${once:+date; exit 0}
|
||||||
echo "$0: run completed at $(date)"
|
echo "$0: run completed at $(date)"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user