Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libre
gitlab-runner
Commits
47eaa022
Commit
47eaa022
authored
Apr 09, 2019
by
Michał "rysiek" Woźniak
Browse files
Well, no need for entrypoint shenanigans, turns out
also, the local entrypoint is ignored anyway currently
parent
383c5340
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
entrypoint
entrypoint
+1
-1
No files found.
entrypoint
View file @
47eaa022
...
...
@@ -27,4 +27,4 @@ if [ -f "${CA_CERTIFICATES_PATH}" ]; then
fi
# launch gitlab-runner passing all arguments
exec
su
-p
-c
"env PATH=
\"
$PATH
\"
gitlab-runner
$*
"
gitlab-runner
exec
gitlab-runner
"
$@
"
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