Add logging.

This commit is contained in:
2026-04-20 16:43:55 +01:00
parent 76059ede6c
commit be86e12b8d

View File

@@ -7,6 +7,8 @@ if [ ! -d "$dst_dir" ]; then
fi
mkdir -p "$dst_dir"
./git-portfolio "$dst"
git clone --depth 1 --branch main git@git.seanhealy.ie:sean/web-footer.git "/tmp/web-footer"
tmp_web_footer_dir="/tmp/web-footer-$(date +%N)"
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)
rm -rf /tmp/web-footer
echo Cleaning up... >&2
rm -rf "$tmp_web_footer_dir"