Skip to content

Commit

Permalink
test: test caching the devfile
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaliy Gulyy <[email protected]>
  • Loading branch information
vitaliy-guliy committed Aug 22, 2022
1 parent 691bcb8 commit 0d9ac30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devfile.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schemaVersion: 2.1.0
metadata:
name: spring-petclinic
name: spring-petclinic-cache1
components:

- name: tools
Expand Down Expand Up @@ -70,7 +70,8 @@ commands:
exec:
component: tools
workingDir: ${PROJECT_SOURCE}
commandLine: mvn clean install
commandLine: |
echo "Hello world"
group:
kind: build
isDefault: true
Expand Down

0 comments on commit 0d9ac30

Please sign in to comment.