We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772072f commit 640ea21Copy full SHA for 640ea21
docker/agent-harness/entrypoint.sh
@@ -10,8 +10,8 @@ while [[ $# -gt 0 ]]; do
10
case "$1" in
11
--host) host="$2"; shift 2 ;;
12
--port) port="$2"; shift 2 ;;
13
- --root_path) runner_id="$2"; shift 2 ;;
14
- --benchmark_timeout) token="$2"; shift 2 ;;
+ --root_path) root_path="$2"; shift 2 ;;
+ --benchmark_timeout) benchmark_timeout="$2"; shift 2 ;;
15
*) echo "Unknown option: $1"; exit 1 ;;
16
esac
17
done
0 commit comments