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
Lukas Werner
cx-custom-gitlab-runner
Commits
e40c5a8e
Commit
e40c5a8e
authored
Jul 27, 2021
by
Lukas Werner
Browse files
Update config.sh
parent
d3fdfa2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
runner_scripts/root/config.sh
View file @
e40c5a8e
...
...
@@ -5,7 +5,7 @@ shopt -s inherit_errexit
:
"
${
CUSTOM_ENV_AUTH_USER
:?
"AUTH_USER CI/CD variable has not been set."
}
"
:
"
${
CUSTOM_ENV_CI_CONCURRENT_PROJECT_ID
:?
"CI_CONCURRENT_PROJECT_ID CI/CD variable has not been set."
}
"
AUTH_USER_WORK
=
$(
runuser
"
$AUTH_USER
"
--command
"echo
\$
WORK"
)
AUTH_USER_WORK
=
$(
runuser
"
$
CUSTOM_ENV_
AUTH_USER
"
--command
"echo
\$
WORK"
)
cat
<<
EOS
{
...
...
Write
Preview
Markdown
is supported
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