| set -uxo pipefail | |
| cd /workspace | |
| git config --global --add safe.directory /workspace | |
| mkdir -p /logs/verifier | |
| git add -A | |
| git diff --cached 9719febf7ccf9820d8e17018a0e8fdfc0c1bc9b2 > /tmp/predicted.patch | |
| : 'START_VERIFY_OUTPUT' | |
| python3 /verifier/verifier.py \ | |
| /verifier/oracle.patch \ | |
| /tmp/predicted.patch \ | |
| /verifier/instruction.md | |
| : 'END_VERIFY_OUTPUT' | |
| exit 0 | |