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

fixes typos.

parent 721ed638
No related branches found
No related tags found
No related merge requests found
...@@ -246,7 +246,7 @@ _generate_and_install_new_deploy_key() ( ...@@ -246,7 +246,7 @@ _generate_and_install_new_deploy_key() (
# runner name # runner name
github-runner-repo() ( github-runner-repo() (
local workdir="$(mktemp --directory /tmp/ghrunner-${1}.XXXXXX)" local workdir="$(mktemp --directory /tmp/ghrunner-${GITHUBORG}-${PWD##*/}.XXXXXX)"
docker run -d --restart always \ docker run -d --restart always \
-e REPO_URL="https://github.com/${GITHUBORG}/${PWD##*/}" \ -e REPO_URL="https://github.com/${GITHUBORG}/${PWD##*/}" \
-e RUNNER_NAME_PREFIX="${GITHUBORG}-${PWD##*/}-runner" \ -e RUNNER_NAME_PREFIX="${GITHUBORG}-${PWD##*/}-runner" \
...@@ -262,7 +262,7 @@ docker run -d --restart always \ ...@@ -262,7 +262,7 @@ docker run -d --restart always \
) )
github-runner-org() ( github-runner-org() (
local workdir="$(mktemp --directory /tmp/ghrunner-${1}.XXXXXX)" local workdir="$(mktemp --directory /tmp/ghrunner-org.XXXXXX)"
docker run -d --restart always \ docker run -d --restart always \
-e REPO_URL="https://github.com/${GITHUBORG}/${PWD##*/}" \ -e REPO_URL="https://github.com/${GITHUBORG}/${PWD##*/}" \
-e RUNNER_NAME_PREFIX="${GITHUBORG}-${PWD##*/}-runner" \ -e RUNNER_NAME_PREFIX="${GITHUBORG}-${PWD##*/}-runner" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment