From 11f0a8a929412c5d31210c482f49ae2c460dd9b5 Mon Sep 17 00:00:00 2001 From: Mykhailo Kuznietsov Date: Mon, 22 Jan 2024 16:14:40 +0200 Subject: [PATCH] fixup! fixup! Update devfile.yaml --- devspaces-operator/devfile.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/devspaces-operator/devfile.yaml b/devspaces-operator/devfile.yaml index c994298562..9a7583dd80 100644 --- a/devspaces-operator/devfile.yaml +++ b/devspaces-operator/devfile.yaml @@ -13,7 +13,7 @@ schemaVersion: 2.1.0 attributes: controller.devfile.io/storage-type: ephemeral metadata: - name: che-operator + name: devspaces-images components: - name: tooling-container container: @@ -49,7 +49,7 @@ commands: label: POST START EVENT - Install goimports component: tooling-container commandLine: | - $HOME/go1.18/bin/go install golang.org/x/tools/cmd/goimports@latest + go install golang.org/x/tools/cmd/goimports@latest - id: go-build exec: label: Build Eclipse Che Operator binary @@ -77,7 +77,6 @@ commands: commandLine: make update-dev-resources events: postStart: - - install-go-1-18 - install-goimports - install-chectl