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

fixes typos.

parent 3a7338bc
Branches
No related tags found
No related merge requests found
...@@ -271,9 +271,9 @@ docker run -d --restart always \ ...@@ -271,9 +271,9 @@ docker run -d --restart always \
-v /var/run/docker.sock:/var/run/docker.sock \ -v /var/run/docker.sock:/var/run/docker.sock \
-v "${workdir}":"${workdir}" \ -v "${workdir}":"${workdir}" \
myoung34/github-runner:latest myoung34/github-runner:latest
# -e RUNNER_GROUP="my-group" \
-e RUNNER_SCOPE="org" \ -e RUNNER_SCOPE="org" \
-e ORG_NAME="${GITHUBORG}" \ -e ORG_NAME="${GITHUBORG}" \
# -e DISABLE_AUTO_UPDATE="true" \ # -e DISABLE_AUTO_UPDATE="true" \
#-e LABELS="my-label,other-label" \ #-e LABELS="my-label,other-label" \
# -e RUNNER_GROUP="my-group" \
) )
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment