fix: entrypoint.sh
This commit is contained in:
parent
9de64c0d8d
commit
2d868b4e26
@ -18,8 +18,8 @@ services:
|
|||||||
bind:
|
bind:
|
||||||
propagation: shared
|
propagation: shared
|
||||||
environment:
|
environment:
|
||||||
GIT_USER: ""
|
GIT_USER: ${GIT_USER}
|
||||||
GIT_PASS: ""
|
GIT_PASS: ${GIT_PASS}
|
||||||
command:
|
command:
|
||||||
- /opt/app/gomodproxy
|
- /opt/app/gomodproxy
|
||||||
- --dir
|
- --dir
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
git config --global url."https://${GIT_USER}:${GIT_PASS}@gitlab.connectone.pro".insteadOf "https://gitlab.connectone.pro"
|
git config --global url."https://${GIT_USER}:${GIT_PASS}@gitlab.connectone.pro".insteadOf "https://gitlab.connectone.pro"
|
||||||
|
exec "$@"
|
Loading…
x
Reference in New Issue
Block a user