;site: fix "fix the webhook's pull of site repo"
[ci skip]
This commit is contained in:
parent
9debf0c288
commit
4a5b4142e1
2
Shake.hs
2
Shake.hs
@ -432,7 +432,7 @@ main = do
|
|||||||
"PATH=\"/usr/local/opt/coreutils/libexec/gnubin:$PATH\" date --rfc-3339=seconds"
|
"PATH=\"/usr/local/opt/coreutils/libexec/gnubin:$PATH\" date --rfc-3339=seconds"
|
||||||
-- pull latest code and site repos - sometimes already done by webhook, not always
|
-- pull latest code and site repos - sometimes already done by webhook, not always
|
||||||
"&& printf 'code repo: ' && git pull"
|
"&& printf 'code repo: ' && git pull"
|
||||||
"&& printf 'site repo: ' && git pull -C site"
|
"&& printf 'site repo: ' && git -C site pull"
|
||||||
|
|
||||||
-- Shake.hs might have been updated, but we won't execute the
|
-- Shake.hs might have been updated, but we won't execute the
|
||||||
-- new one, too insecure. Continue with this one.
|
-- new one, too insecure. Continue with this one.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user