Removed caches from some pipelines

This commit is contained in:
Erik C. Thauvin 2023-11-08 13:46:45 -08:00
parent 66d30f1e31
commit f2dd70afb7
2 changed files with 0 additions and 6 deletions

View file

@ -1,9 +1,5 @@
image: openjdk:17 image: openjdk:17
cache:
paths:
- .m2/repository/
stages: stages:
- test - test

View file

@ -4,8 +4,6 @@ pipelines:
default: default:
- step: - step:
name: Test with bld name: Test with bld
caches:
- maven
script: script:
- ./bld download - ./bld download
- ./bld compile - ./bld compile