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