Skip to content

Commit f496a74

Browse files
[werft] Remove left-over installer build
1 parent 539b7ee commit f496a74

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: .werft/build.ts

-3
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ export async function build(context, version) {
151151
throw new Error(`'${version}' is not semver compliant and thus cannot used for Self-Hosted releases!`)
152152
}
153153

154-
werft.phase("publish", "publishing docker images...");
155-
exec(`leeway run --werft=true install/installer:publish-as-latest -Dversion=${version} -DimageRepoBase=${imageRepo}`);
156-
157154
werft.phase("publish", "publishing Helm chart...");
158155
publishHelmChart("gcr.io/gitpod-io/self-hosted", version);
159156

0 commit comments

Comments
 (0)