Update entrypoint
All checks were successful
Create and publish container / build_container (push) Successful in 7s
All checks were successful
Create and publish container / build_container (push) Successful in 7s
This commit is contained in:
@@ -12,11 +12,7 @@ if [ -n "$EXTRA_PKGS" ]; then
|
||||
done
|
||||
fi
|
||||
|
||||
cd /root/data
|
||||
|
||||
if [ -n "$WORKING_DIR" ]; then
|
||||
cd "$WORKING_DIR"
|
||||
fi
|
||||
ls /root
|
||||
|
||||
echo "Runner started, will run latexmk with extra args $EXTRA_ARGS"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user