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 72409d3 commit 3a1cd3b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 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 All @@ -74,4 +74,8 @@ commands:
exec:
label: Update all development resources
component: tooling-container
commandLine: make update-dev-resources
commandLine: make update-dev-resources
events:
postStart:
- install-goimports
- install-chectl

0 comments on commit 3a1cd3b

Please sign in to comment.