From ded1db8f80599b1859cb2ff0d9a3326684fb9747 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 27 Jan 2023 13:07:05 +0000 Subject: [PATCH] remove pipes feature --- bitbucket-pipelines.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 834933a..b877db6 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -20,7 +20,3 @@ pipelines: - mvn compiler:compile - mvn compiler:testCompile - mvn surefire:test - after-script: - # Collect checkstyle results, if any, and convert to Bitbucket Code Insights. - - pipe: atlassian/checkstyle-report:0.3.0 - \ No newline at end of file