gitlab ci
This commit is contained in:
parent
7808d3ac5c
commit
36aed5be70
1 changed files with 3 additions and 14 deletions
|
@ -2,23 +2,12 @@ image: java:8
|
|||
|
||||
stages:
|
||||
- build
|
||||
- deploy
|
||||
|
||||
before_script:
|
||||
- chmod +x mvnw
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script: ./mvnw package
|
||||
script: gradle oxt
|
||||
artifacts:
|
||||
paths:
|
||||
- target/demo-0.0.1-SNAPSHOT.jar
|
||||
- build/distributions/w2phtml.oxt
|
||||
- build/lib/w2phtml.jar
|
||||
|
||||
production:
|
||||
stage: deploy
|
||||
script:
|
||||
- curl --location "https://cli.run.pivotal.io/stable?release=linux64-binary&source=github" | tar zx
|
||||
- ./cf login -u $CF_USERNAME -p $CF_PASSWORD -a api.run.pivotal.io
|
||||
- ./cf push
|
||||
only:
|
||||
- master
|
||||
|
|
Loading…
Add table
Reference in a new issue