20 lines
434 B
YAML
20 lines
434 B
YAML
apiVersion: 1.0.0
|
|
metadata:
|
|
name: che-in-che
|
|
projects:
|
|
- name: che
|
|
source:
|
|
type: git
|
|
location: 'https://github.com/eclipse/che.git'
|
|
components:
|
|
- alias: che-dev
|
|
type: kubernetes
|
|
reference: .che-dev.yaml
|
|
commands:
|
|
- name: fastbuild
|
|
actions:
|
|
- type: exec
|
|
component: che-dev
|
|
command: cd /projects/che && mvn clean install -Pnative -DskipTests=true
|
|
workdir: /projects/che
|