Skip to content

Commit aeaca0c

Browse files
committed
Remove unused variable
1 parent 3d30fc0 commit aeaca0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/runners/templates/install-runner.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## install the runner
44

55
s3_location=${S3_LOCATION_RUNNER_DISTRIBUTION}
6-
architecture=${RUNNER_ARCHITECTURE}
76

87
if [ -z "$RUNNER_TARBALL_URL" ] && [ -z "$s3_location" ]; then
98
echo "Neither RUNNER_TARBALL_URL or s3_location are set"

0 commit comments

Comments
 (0)