ENTAXY-374 fix file connection

This commit is contained in:
2022-09-09 11:49:41 +03:00
parent f495628c75
commit a0d3fb9633
3 changed files with 16 additions and 5 deletions

View File

@ -204,7 +204,8 @@ public class ConnectionInitializer extends AbstractInitializer {
.command("build")
.set(EntaxyProducerService.INSTRUCTIONS.ARTIFACT.TIMESTAMP, newTimestamp)
.command("install")
.set("update", "");
.set("update", "")
.set("installLocal", true);
String instructions = builder
.getInstructionsString();