Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gitlab-runners
node-aws-runner
Commits
f7b1a2bc
Commit
f7b1a2bc
authored
Jan 14, 2022
by
Marcus Thelin
Browse files
Description and tag
parent
075ddd95
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-executor/runner/start.sh
View file @
f7b1a2bc
#!/bin/bash
#gitlab-runner install --user=gitlab-runner --working-directory=/home/gitlab-runner
#gitlab-runner start
gitlab-runner register
-n
\
--url
$GITLAB_URL
\
--registration-token
$GITLAB_RUNNER_TOKEN
\
--executor
docker
\
--docker-image
"registry2.24hr.se/gitlab-runners/node-aws-runner/docker-default-image:
${
GITLAB_RUNNER_DEFAULT_IMAGE
:-
latest
}
"
--description
"
$GITLAB_RUNNER_DESCRIPTION
"
\
--docker-image
"registry2.24hr.se/gitlab-runners/node-aws-runner/docker-default-image:
${
GITLAB_RUNNER_DEFAULT_IMAGE
:-
latest
}
"
\
--description
"Let's you run Docker images in your jobs by specifying the
\"
image
\"
property in CI config."
\
--tag-list
"docker"
\
--locked
false
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment