Removed caches from some pipelines
This commit is contained in:
parent
66d30f1e31
commit
f2dd70afb7
2 changed files with 0 additions and 6 deletions
|
@ -1,9 +1,5 @@
|
||||||
image: openjdk:17
|
image: openjdk:17
|
||||||
|
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- .m2/repository/
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue