gomodproxy/entrypoint.sh
2022-03-03 23:05:50 +03:00

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 "$@"