From f09a974ac2234db771729c98010a31ba6673c619 Mon Sep 17 00:00:00 2001 From: Callum Tait <15716903+toast-gear@users.noreply.github.com> Date: Fri, 28 Jan 2022 21:57:53 +0000 Subject: [PATCH] chore: change to trigger build (#1079) * chore: change to trigger build Co-authored-by: toast-gear --- runner/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/entrypoint.sh b/runner/entrypoint.sh index ec362cf928..1e5db3ed73 100755 --- a/runner/entrypoint.sh +++ b/runner/entrypoint.sh @@ -165,4 +165,4 @@ if [ "${RUNNER_FEATURE_FLAG_EPHEMERAL:-}" != "true" -a "${RUNNER_EPHEMERAL}" != fi unset RUNNER_NAME RUNNER_REPO RUNNER_TOKEN -exec ./bin/runsvc.sh "${args[@]}" +exec ./bin/runsvc.sh "${args[@]}" \ No newline at end of file