Change pipeline to install
parent
e8a246d980
commit
50eabdebc4
|
@ -15,7 +15,7 @@ pipelines:
|
||||||
caches:
|
caches:
|
||||||
- maven
|
- maven
|
||||||
script:
|
script:
|
||||||
- mvn -B verify --file pom.xml
|
- mvn -B verify --file pom.xml install
|
||||||
after-script:
|
after-script:
|
||||||
# Collect checkstyle results, if any, and convert to Bitbucket Code Insights.
|
# Collect checkstyle results, if any, and convert to Bitbucket Code Insights.
|
||||||
- pipe: atlassian/checkstyle-report:0.2.0
|
- pipe: atlassian/checkstyle-report:0.2.0
|
||||||
|
|
Loading…
Reference in New Issue