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
FWCC
GitLab HPC Driver Prototype
Commits
bbd044be
Commit
bbd044be
authored
Oct 22, 2019
by
Pape, David (FWCC) - 139658
Browse files
Formatting. Also made clear the runner config is an example.
parent
3d5f8b41
Changes
3
Show whitespace changes
Inline
Side-by-side
README.md
View file @
bbd044be
...
...
@@ -66,9 +66,9 @@ This process is necessary when executing the runner as a non-privileged user.
# Code overview
-
setup.sh: creates a symlink for the configuration file
-
runner-config.toml
:
configuration of the gitlab-runner
-
base.sh: contains variables commonly used by the other scripts
-
config.sh: is executed in the config stage
-
run.sh: is executed in the run stage
-
cleanup.sh: is executed in the cleanup stage
-
**
setup.sh:
**
creates a symlink for the configuration file
-
**
runner-config.toml
.example:**
example
configuration of the gitlab-runner
-
**
base.sh:
**
contains variables commonly used by the other scripts
-
**
config.sh:
**
is executed in the config stage
-
**
run.sh:
**
is executed in the run stage
-
**
cleanup.sh:
**
is executed in the cleanup stage
runner-config.toml
→
runner-config.toml
.example
View file @
bbd044be
File moved
setup.sh
View file @
bbd044be
...
...
@@ -7,5 +7,5 @@ which "gitlab-runner" > /dev/null
mkdir
-p
"
$RUNNER_CONFIG_DIR
"
cd
"
$RUNNER_CONFIG_DIR
"
ln
-s
"
$REPO_DIR
/runner-config.toml"
"config.toml"
ln
-s
"
$REPO_DIR
/runner-config.toml
.example
"
"config.toml"
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