Add a task definition to run mvn package script on concourse
This commit is contained in:
15
concourse/tasks/mvn-package.yml
Normal file
15
concourse/tasks/mvn-package.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
platform: linux
|
||||
|
||||
image_resource:
|
||||
type: docker-image
|
||||
source:
|
||||
repository: kdvolder/sts4-build-env
|
||||
|
||||
inputs:
|
||||
- name: sts4
|
||||
|
||||
run:
|
||||
path: mvn
|
||||
args: ["clean", "package"]
|
||||
dir: sts4/vscode-extensions
|
||||
Reference in New Issue
Block a user