Skip to content
Snippets Groups Projects
Commit bdd94798 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

fixes typos.

parent a3fa17fb
No related branches found
No related tags found
No related merge requests found
...@@ -296,7 +296,7 @@ ci-github-runner-repo() ( ...@@ -296,7 +296,7 @@ ci-github-runner-repo() (
_check_variables GITHUBORG _check_variables GITHUBORG
local workdir local workdir
workdir=$(mktemp --directory "/tmp/ghrunner-${GITHUBORG}_${PWD##*/}_XXXXXX") workdir=$(mktemp --directory "/tmp/ghrunner-${GITHUBORG}_${PWD##*/}_XXXXXX")
docker run -d --rm --restart unless-stopped --name ghrunner_$(echo "$workdir" | cut -d '-' -f 2) \ docker run -d --restart unless-stopped --name ghrunner_$(echo "$workdir" | cut -d '-' -f 2) \
-e RUNNER_NAME_PREFIX="${GITHUBORG}-${PWD##*/}-runner" \ -e RUNNER_NAME_PREFIX="${GITHUBORG}-${PWD##*/}-runner" \
-e ACCESS_TOKEN="${GITHUBTOKEN}" \ -e ACCESS_TOKEN="${GITHUBTOKEN}" \
-e RUNNER_SCOPE="repo" \ -e RUNNER_SCOPE="repo" \
...@@ -312,7 +312,7 @@ ci-github-runner-org() ( ...@@ -312,7 +312,7 @@ ci-github-runner-org() (
_check_variables GITHUBORG _check_variables GITHUBORG
local workdir local workdir
workdir=$(mktemp --directory "/tmp/ghrunner-${GITHUBORG}_XXXXXX") workdir=$(mktemp --directory "/tmp/ghrunner-${GITHUBORG}_XXXXXX")
docker run -d --rm --restart unless-stopped --name ghrunner_$(echo "$workdir" | cut -d '-' -f 2) \ docker run -d --restart unless-stopped --name ghrunner_$(echo "$workdir" | cut -d '-' -f 2) \
-e RUNNER_NAME_PREFIX="${GITHUBORG}-${PWD##*/}-runner" \ -e RUNNER_NAME_PREFIX="${GITHUBORG}-${PWD##*/}-runner" \
-e ACCESS_TOKEN="${GITHUBTOKEN}" \ -e ACCESS_TOKEN="${GITHUBTOKEN}" \
-e RUNNER_SCOPE="org" \ -e RUNNER_SCOPE="org" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment