mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 21:57:56 +01:00
Change pipeline to install
This commit is contained in:
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
|
||||||
@ -24,4 +24,4 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
# Run a security scan for sensitive data.
|
# Run a security scan for sensitive data.
|
||||||
# See more security tools at https://bitbucket.org/product/features/pipelines/integrations?&category=security
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user