Update entrypoint script logging
All checks were successful
Create and publish container / build_container (push) Successful in 16s
All checks were successful
Create and publish container / build_container (push) Successful in 16s
This commit is contained in:
@@ -24,10 +24,11 @@ if [ -n "$INSTALL_HELPERS" ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "Setting workdir from current dir, which is $(pwd)"
|
||||
if [ -n "$WORKDIR" ]; then
|
||||
cd "$WORKDIR"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user