File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ schemaVersion: 2.1.0
13
13
attributes :
14
14
controller.devfile.io/storage-type : ephemeral
15
15
metadata :
16
- name : che-operator
16
+ name : devspaces-images
17
17
components :
18
18
- name : tooling-container
19
19
container :
@@ -49,7 +49,7 @@ commands:
49
49
label : POST START EVENT - Install goimports
50
50
component : tooling-container
51
51
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
53
53
- id : go-build
54
54
exec :
55
55
label : Build Eclipse Che Operator binary
@@ -74,4 +74,8 @@ commands:
74
74
exec :
75
75
label : Update all development resources
76
76
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
You can’t perform that action at this time.
0 commit comments