diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 521d562..052df48 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,5 @@ image: openjdk:17 -cache: - paths: - - .m2/repository/ - stages: - test diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 77be950..7c85194 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -4,8 +4,6 @@ pipelines: default: - step: name: Test with bld - caches: - - maven script: - ./bld download - ./bld compile