We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c1ece commit 36c1bf5Copy full SHA for 36c1bf5
images/start-runner.sh
@@ -1,9 +1,9 @@
1
#!/bin/bash -e
2
exec > >(tee /var/log/runner-startup.log | logger -t user-data -s 2>/dev/console) 2>&1
3
4
-cd /home/ec2-user/actions-runner
+cd /opt/actions-runner
5
6
## This wrapper file re-uses scripts in the /modules/runners/templates directory
7
## of this repo. These are the same that are used by the user_data functionality
8
## to bootstrap the instance if it is started from an existing AMI.
9
-${start_runner}
+${start_runner}
0 commit comments