Skip to content

Commit

Permalink
fixup! fixup! Update devfile.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuznyetsov committed Jan 22, 2024
1 parent 2a08299 commit 11f0a8a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions devspaces-operator/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -77,7 +77,6 @@ commands:
commandLine: make update-dev-resources
events:
postStart:
- install-go-1-18
- install-goimports
- install-chectl

Expand Down

0 comments on commit 11f0a8a

Please sign in to comment.