Skip to content

Commit eb15e69

Browse files
committed
add missing new line at the end of text file
1 parent eafda9d commit eb15e69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci/docker/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ docker build \
4545
--build-arg HTTPS_PROXY="${https_proxy:?}" \
4646
--build-arg NO_PROXY="${no_proxy:?}" \
4747
--build-arg ACTIONS_RUNNER_VER="$ACTIONS_RUNNER_VER" \
48-
--tag ci-runner/ov-xai:"$TAG" .
48+
--tag ci-runner/ov-xai:"$TAG" .

.ci/docker/entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ fi
1515

1616
unset RUNNER_LABELS RUNNER_NAME RUNNER_TOKEN RUNNER_REPO_URL
1717

18-
./run.sh
18+
./run.sh

.ci/docker/stop-runner.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ if [ $RET -eq 0 ]; then
5252
else
5353
echo "cannot find running $CONTAINER_NAME container"
5454
exit 1
55-
fi
55+
fi

0 commit comments

Comments
 (0)