From 36c1bf5acda33f6e1498cf380a669df976fb12c6 Mon Sep 17 00:00:00 2001 From: Callum Tait <15716903+toast-gear@users.noreply.github.com> Date: Mon, 17 Jan 2022 17:01:55 +0000 Subject: [PATCH] fix(images): use new runner install location (#1628) --- images/start-runner.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/start-runner.sh b/images/start-runner.sh index 7555e44225..87c9dd0653 100644 --- a/images/start-runner.sh +++ b/images/start-runner.sh @@ -1,9 +1,9 @@ #!/bin/bash -e exec > >(tee /var/log/runner-startup.log | logger -t user-data -s 2>/dev/console) 2>&1 -cd /home/ec2-user/actions-runner +cd /opt/actions-runner ## This wrapper file re-uses scripts in the /modules/runners/templates directory ## of this repo. These are the same that are used by the user_data functionality ## to bootstrap the instance if it is started from an existing AMI. -${start_runner} \ No newline at end of file +${start_runner}