Change pipeline to install

This commit is contained in:
Paulo Gustavo Veiga 2020-11-23 18:30:21 -08:00
parent e8a246d980
commit 50eabdebc4

View File

@ -15,7 +15,7 @@ pipelines:
caches:
- maven
script:
- mvn -B verify --file pom.xml
- mvn -B verify --file pom.xml install
after-script:
# Collect checkstyle results, if any, and convert to Bitbucket Code Insights.
- pipe: atlassian/checkstyle-report:0.2.0
@ -24,4 +24,4 @@ pipelines:
script:
# Run a security scan for sensitive data.
# See more security tools at https://bitbucket.org/product/features/pipelines/integrations?&category=security
- pipe: atlassian/git-secrets-scan:0.4.3
- pipe: atlassian/git-secrets-scan:0.4.3