From 50eabdebc4f4e3f4eed6b2875d84205a30ef37d9 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Mon, 23 Nov 2020 18:30:21 -0800 Subject: [PATCH] Change pipeline to install --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 007dce3e..6e5e5a54 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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 \ No newline at end of file + - pipe: atlassian/git-secrets-scan:0.4.3