Skip to content

Instantly share code, notes, and snippets.

@l0rd
Created June 26, 2019 07:08
Show Gist options
  • Save l0rd/85a5680b933aba045654904a6aee6ef7 to your computer and use it in GitHub Desktop.
Save l0rd/85a5680b933aba045654904a6aee6ef7 to your computer and use it in GitHub Desktop.
old chectl devfile
specVersion: 0.0.1
name: chectl
projects:
- name: chectl
source:
type: git
location: 'https://github.com/che-incubator/chectl.git'
components:
- alias: git
type: dockerimage
image: sunix/git-devtools
mountSources: true
memoryLimit: 256M
- alias: dev
type: dockerimage
image: eclipse/che-theia-dev:next
mountSources: true
memoryLimit: 1G
- id: redhat/vscode-yaml/latest
type: chePlugin
- id: che-incubator/typescript/latest
type: chePlugin
memoryLimit: 1G
commands:
- name: yarn
actions:
- type: exec
component: dev
command: yarn
workdir: /projects/chectl
- name: yarn test
actions:
- type: exec
component: dev
command: yarn test
workdir: /projects/chectl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment