Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 36c1bf5

Browse files
authored
fix(images): use new runner install location (#1628)
1 parent 56c1ece commit 36c1bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: images/start-runner.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash -e
22
exec > >(tee /var/log/runner-startup.log | logger -t user-data -s 2>/dev/console) 2>&1
33

4-
cd /home/ec2-user/actions-runner
4+
cd /opt/actions-runner
55

66
## This wrapper file re-uses scripts in the /modules/runners/templates directory
77
## of this repo. These are the same that are used by the user_data functionality
88
## to bootstrap the instance if it is started from an existing AMI.
9-
${start_runner}
9+
${start_runner}

0 commit comments

Comments
 (0)