|
@@ -44,13 +44,13 @@ func main() {
|
|
|
if fromLocal {
|
|
if fromLocal {
|
|
|
path, _ := os.Getwd()
|
|
path, _ := os.Getwd()
|
|
|
builder = releaseLocalSources{
|
|
builder = releaseLocalSources{
|
|
|
- path: path,
|
|
|
|
|
|
|
+ path: path,
|
|
|
artifactConfigurations: buildArtifactConfigurations,
|
|
artifactConfigurations: buildArtifactConfigurations,
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
builder = releaseFromExternalContent{
|
|
builder = releaseFromExternalContent{
|
|
|
- getter: getHttpContents{},
|
|
|
|
|
- rawVersion: version,
|
|
|
|
|
|
|
+ getter: getHttpContents{},
|
|
|
|
|
+ rawVersion: version,
|
|
|
artifactConfigurations: buildArtifactConfigurations,
|
|
artifactConfigurations: buildArtifactConfigurations,
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|