Add more logging.

This commit is contained in:
2026-04-20 16:52:17 +01:00
parent 856df4fd50
commit bff7796f69

View File

@@ -8,6 +8,7 @@ fi
mkdir -p "$dst_dir" mkdir -p "$dst_dir"
./git-portfolio "$dst" ./git-portfolio "$dst"
tmp_web_footer_dir="/tmp/web-footer-$(date +%N)" tmp_web_footer_dir="/tmp/web-footer-$(date +%N)"
echo Cloning web-footer to "$tmp_web_footer_dir"... >&2
git clone --depth 1 --branch main git@git.seanhealy.ie:sean/web-footer.git "$tmp_web_footer_dir" git clone --depth 1 --branch main git@git.seanhealy.ie:sean/web-footer.git "$tmp_web_footer_dir"
(cd "/tmp/web-footer" && ./automation/personalise.sh) (cd "/tmp/web-footer" && ./automation/personalise.sh)
echo Cleaning up... >&2 echo Cleaning up... >&2