We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafda9d commit eb15e69Copy full SHA for eb15e69
.ci/docker/build.sh
@@ -45,4 +45,4 @@ docker build \
45
--build-arg HTTPS_PROXY="${https_proxy:?}" \
46
--build-arg NO_PROXY="${no_proxy:?}" \
47
--build-arg ACTIONS_RUNNER_VER="$ACTIONS_RUNNER_VER" \
48
- --tag ci-runner/ov-xai:"$TAG" .
+ --tag ci-runner/ov-xai:"$TAG" .
.ci/docker/entrypoint.sh
@@ -15,4 +15,4 @@ fi
15
16
unset RUNNER_LABELS RUNNER_NAME RUNNER_TOKEN RUNNER_REPO_URL
17
18
-./run.sh
+./run.sh
.ci/docker/stop-runner.sh
@@ -52,4 +52,4 @@ if [ $RET -eq 0 ]; then
52
else
53
echo "cannot find running $CONTAINER_NAME container"
54
exit 1
55
-fi
+fi
0 commit comments