fix: entrypoint.sh
This commit is contained in:
parent
9de64c0d8d
commit
2d868b4e26
@ -18,8 +18,8 @@ services:
|
||||
bind:
|
||||
propagation: shared
|
||||
environment:
|
||||
GIT_USER: ""
|
||||
GIT_PASS: ""
|
||||
GIT_USER: ${GIT_USER}
|
||||
GIT_PASS: ${GIT_PASS}
|
||||
command:
|
||||
- /opt/app/gomodproxy
|
||||
- --dir
|
||||
|
@ -1,2 +1,3 @@
|
||||
#!/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