15 lines
332 B
YAML
15 lines
332 B
YAML
apiVersion: 1.0.0
|
|
metadata:
|
|
name: python-plugin-test
|
|
projects:
|
|
- name: python-hello-world
|
|
source:
|
|
location: 'https://github.com/che-samples/python-hello-world.git'
|
|
type: git
|
|
components:
|
|
- id: ms-python/python/latest
|
|
type: chePlugin
|
|
- type: cheEditor
|
|
id: eclipse/che-theia/next
|
|
memoryLimit: 512Mi
|