@@ -1,6 +1,6 @@
[credential]
helper = store
-[credential "http://${commentsRepoUrl}"]
+[credential "http://${gitHost}/${commentsRepoUrl}"]
provider = generic
[user]
email = ${gitEmail}
@@ -68,7 +68,7 @@ task copySources {
include "*.tmpl"
into file(buildDir)
rename { fileName -> fileName.replace('.tmpl', '') }
- expand(commentsRepoUrl: commentsRepoUrl, gitUsername: gitUsername, gitEmail: gitEmail, gitPassword: gitPassword)
+ expand(commentsRepoUrl: commentsRepoUrl, gitUsername: gitUsername, gitEmail: gitEmail, gitPassword: gitPassword, gitHost: gitHost)
}
copy {