From f2dd70afb71f5b35649a9a2b1fc8d6ec91ae094d Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 8 Nov 2023 13:46:45 -0800 Subject: [PATCH] Removed caches from some pipelines --- .gitlab-ci.yml | 4 ---- bitbucket-pipelines.yml | 2 -- 2 files changed, 6 deletions(-) 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