mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-15 07:45:49 +01:00
cron.sh: log date and drop the tail echo
could probably remove the first 'Running...' echo too
This commit is contained in:
parent
e01d457b83
commit
e6193c29f1
@ -13,8 +13,8 @@ docker pull $IMAGE
|
|||||||
|
|
||||||
stack update
|
stack update
|
||||||
|
|
||||||
|
date
|
||||||
echo "Running stackage-server-cron..."
|
echo "Running stackage-server-cron..."
|
||||||
echo "('tail -f $CRONDIR/stackage-server-cron.log' to watch)"
|
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-v $CRONDIR:/home/ubuntu \
|
-v $CRONDIR:/home/ubuntu \
|
||||||
-v $HOME/.stack/indices:/home/ubuntu/.stack/indices:ro \
|
-v $HOME/.stack/indices:/home/ubuntu/.stack/indices:ro \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user