mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-20 18:25:48 +01:00
Some checks failed
check / Stackage check (push) Has been cancelled
I keep seeing day_hour as hour_min
11 lines
212 B
Bash
Executable File
11 lines
212 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd "$(dirname "${BASH_SOURCE[0]}")"
|
|
|
|
git pull
|
|
LOG_FILE="$1-build-$(date -u +%F+%T).log"
|
|
ln -sf $LOG_FILE lts-build.log
|
|
time script -q -c "./build.sh $*" $LOG_FILE
|
|
touch -h lts-build.log
|
|
date
|