Closed brunowego closed 9 years ago
I have tried with this config, but not works:
// Automated deploy task
module.exports = {
options: {
commit: true,
push: true,
message: 'Built %sourceName% from commit %sourceCommit% on branch %sourceBranch%',
connectCommits: false,
config: {
'http.sslVerify': false
}
},
dist: {
...
}
};
I'm stumped, I just added a test case to verify that it works. 026f73a4836ddc8b61de20d1b38dcc6a682182d6
It just dawned on me, are you trying to add the options after dist repo was initialized?
If so, a quick fix would be to delete dist/.git
folder and have build control init it again.
I'll make a fix for it as soon as I got time.
Works like a charm! Thanks.
I have a specific case where I need clone with this follow config:
Any idea how do this? Thanks!