tools: make site.sh mac compatible
This commit is contained in:
parent
9333cfe28b
commit
61e053bd8e
@ -10,8 +10,10 @@
|
|||||||
|
|
||||||
(\
|
(\
|
||||||
|
|
||||||
# timestamp
|
echo && \
|
||||||
echo && date --rfc-3339=seconds && \
|
|
||||||
|
# print timestamp. On mac, use brew-installed GNU date.
|
||||||
|
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH" date --rfc-3339=seconds && \
|
||||||
|
|
||||||
# fetch latest code & website - sometimes already done by webhook, not always
|
# fetch latest code & website - sometimes already done by webhook, not always
|
||||||
git pull && \
|
git pull && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user