Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit67ab637

Browse files
Roozbeh FarahbodRoozbeh Farahbod
Roozbeh Farahbod
authored and
Roozbeh Farahbod
committed
fix: docker entry point argument passing
Fixes the problem of passing spaces in the arguments to the docker entrypoint.Before this fix, there was virtually no way to pass spaces in arguments such as task description.
1 parent7bd41cb commit67ab637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ http_username = ${GITLAB_HTTP_USERNAME}
1818
http_password =${GITLAB_HTTP_PASSWORD}
1919
EOF
2020

21-
exec gitlab --config-file"${GITLAB_CFG}"$@
21+
exec gitlab --config-file"${GITLAB_CFG}""$@"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp