Use alias in devfile.yaml and remove component names. (#13228)
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>7.20.x
parent
7ac34636bc
commit
69d3480fbf
|
|
@ -6,13 +6,11 @@ projects:
|
|||
type: git
|
||||
location: 'https://github.com/eclipse/che.git'
|
||||
components:
|
||||
- name: theia-editor
|
||||
type: cheEditor
|
||||
- type: cheEditor
|
||||
id: org.eclipse.che.editor.theia:1.0.0
|
||||
- name: exec-plugin
|
||||
type: chePlugin
|
||||
- type: chePlugin
|
||||
id: che-machine-exec-plugin:0.0.1
|
||||
- name: che-dev
|
||||
- alias: che-dev
|
||||
type: kubernetes
|
||||
reference: .che-dev.yaml
|
||||
commands:
|
||||
|
|
|
|||
Loading…
Reference in New Issue