We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0048e6 commit bb369abCopy full SHA for bb369ab
.werft/jobs/build/installer/installer.ts
@@ -52,7 +52,7 @@ export class Installer {
52
{ slice: slice },
53
);
54
exec(`chmod +x /tmp/installer`, { slice: slice });
55
- exec(`/tmp/installer init > ${this.options.installerConfigPath}`, { slice: slice });
+ exec(`/tmp/installer config init --overwrite --config ${this.options.installerConfigPath}`, { slice: slice });
56
this.options.werft.done(slice);
57
}
58
0 commit comments