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