mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Update devfile.yaml
This commit is contained in:
parent
6345197f6d
commit
54f3ee79f2
1 changed files with 1 additions and 16 deletions
17
devfile.yaml
17
devfile.yaml
|
@ -1,3 +1,4 @@
|
||||||
|
apiVersion: 1.0.0
|
||||||
metadata:
|
metadata:
|
||||||
name: petclinic-gh
|
name: petclinic-gh
|
||||||
projects:
|
projects:
|
||||||
|
@ -32,7 +33,6 @@ components:
|
||||||
name: JAVA_OPTS
|
name: JAVA_OPTS
|
||||||
- value: $(JAVA_OPTS)
|
- value: $(JAVA_OPTS)
|
||||||
name: MAVEN_OPTS
|
name: MAVEN_OPTS
|
||||||
apiVersion: 1.0.0
|
|
||||||
commands:
|
commands:
|
||||||
- name: build
|
- name: build
|
||||||
actions:
|
actions:
|
||||||
|
@ -77,18 +77,3 @@ commands:
|
||||||
type: exec
|
type: exec
|
||||||
command: 'MAVEN_OPTS="-Xmx200m" && mvn -Duser.home=${HOME} verify'
|
command: 'MAVEN_OPTS="-Xmx200m" && mvn -Duser.home=${HOME} verify'
|
||||||
component: maven
|
component: maven
|
||||||
- name: dependency-analysis
|
|
||||||
actions:
|
|
||||||
- workdir: '${CHE_PROJECTS_ROOT}/spring-petclinic'
|
|
||||||
type: exec
|
|
||||||
command: >-
|
|
||||||
${HOME}/stack-analysis.sh -f
|
|
||||||
${CHE_PROJECTS_ROOT}/spring-petclinic/pom.xml -p
|
|
||||||
${CHE_PROJECTS_ROOT}/spring-petclinic
|
|
||||||
component: maven
|
|
||||||
- name: deploy to OpenShift
|
|
||||||
actions:
|
|
||||||
- workdir: '${CHE_PROJECTS_ROOT}/spring-petclinic'
|
|
||||||
type: exec
|
|
||||||
command: 'mvn fabric8:deploy -Popenshift -DskipTests'
|
|
||||||
component: maven
|
|
||||||
|
|
Loading…
Reference in a new issue