Closed anowell closed 7 years ago
...so it doesn't work for other stages.
Probably need an extra variable in the config, like git_server and if not set, assume something like api_server.replace("://api", "://git").
git_server
api_server.replace("://api", "://git")
...so it doesn't work for other stages.
Probably need an extra variable in the config, like
git_server
and if not set, assume something likeapi_server.replace("://api", "://git")
.