We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e78a3 commit 6acbe4bCopy full SHA for 6acbe4b
1 file changed
modules/runners/templates/install-runner-osx.sh
@@ -4,12 +4,10 @@ set -euo pipefail
4
5
## install the runner (macOS)
6
7
-s3_location=${S3_LOCATION_RUNNER_DISTRIBUTION:-}
8
-architecture=${RUNNER_ARCHITECTURE:-}
9
-runner_tarball_url=${RUNNER_TARBALL_URL:-}
10
-user_name=${user_name:-ec2-user}
+s3_location=${S3_LOCATION_RUNNER_DISTRIBUTION}
+architecture=${RUNNER_ARCHITECTURE}
11
12
-if [ -z "$runner_tarball_url" ] && [ -z "$s3_location" ]; then
+if [ -z "$RUNNER_TARBALL_URL" ] && [ -z "$s3_location" ]; then
13
echo "Neither RUNNER_TARBALL_URL or s3_location are set"
14
exit 1
15
fi
0 commit comments