Update entrypoint script logging
All checks were successful
Create and publish container / build_container (push) Successful in 16s

This commit is contained in:
2025-12-23 08:00:22 +01:00
parent 618438001a
commit a74595f968

View File

@@ -24,10 +24,11 @@ if [ -n "$INSTALL_HELPERS" ]; then
fi fi
fi fi
echo "Setting workdir from current dir, which is $(pwd)"
if [ -n "$WORKDIR" ]; then if [ -n "$WORKDIR" ]; then
cd "$WORKDIR" cd "$WORKDIR"
fi fi
echo "Runner started, will run latexmk with extra args $EXTRA_ARGS" echo "latexmk with extra args $EXTRA_ARGS"
latexmk -pdf -latexoption=-file-line-error -latexoption=-interaction=nonstopmode $EXTRA_ARGS latexmk -pdf -latexoption=-file-line-error -latexoption=-interaction=nonstopmode $EXTRA_ARGS