Skip to content

Commit 3a1cd3b

Browse files
committed
fixup! fixup! Update devfile.yaml
1 parent 72409d3 commit 3a1cd3b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Diff for: devspaces-operator/devfile.yaml

+7-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ schemaVersion: 2.1.0
1313
attributes:
1414
controller.devfile.io/storage-type: ephemeral
1515
metadata:
16-
name: che-operator
16+
name: devspaces-images
1717
components:
1818
- name: tooling-container
1919
container:
@@ -49,7 +49,7 @@ commands:
4949
label: POST START EVENT - Install goimports
5050
component: tooling-container
5151
commandLine: |
52-
$HOME/go1.18/bin/go install golang.org/x/tools/cmd/goimports@latest
52+
go install golang.org/x/tools/cmd/goimports@latest
5353
- id: go-build
5454
exec:
5555
label: Build Eclipse Che Operator binary
@@ -74,4 +74,8 @@ commands:
7474
exec:
7575
label: Update all development resources
7676
component: tooling-container
77-
commandLine: make update-dev-resources
77+
commandLine: make update-dev-resources
78+
events:
79+
postStart:
80+
- install-goimports
81+
- install-chectl

0 commit comments

Comments
 (0)