3 lines
141 B
Bash
3 lines
141 B
Bash
#!/bin/sh
|
|
git config --global url."https://${GIT_USER}:${GIT_PASS}@gitlab.connectone.pro".insteadOf "https://gitlab.connectone.pro"
|
|
exec "$@" |