I have a repo which for some reason doesn't use HTTPS. As I see in the logs, there is a regex which assumes HTTPS by default: ``` sed -nre 's|^\s*https://(.+)|https://wbadmin:wbadmin@\1|ip' ... SRC_REPO= ```