From 959f1c46368b0ac4fa52395518792db24178f9e8 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 27 Jan 2023 16:38:02 +0000 Subject: [PATCH] pipeline refactor --- bitbucket-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 0c514fb..26feac6 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -11,5 +11,4 @@ pipelines: - mvn -B verify --file pom.xml - mvn compiler:compile - mvn compiler:testCompile - - mvn surefire:test - - ./archive.sh \ No newline at end of file + - mvn surefire:test \ No newline at end of file