Skip to content
Snippets Groups Projects
Commit 12668fd8 authored by Johannes Mey's avatar Johannes Mey
Browse files

remove cache in CI

parent 2d4d4055
No related branches found
No related tags found
No related merge requests found
...@@ -10,11 +10,6 @@ build: ...@@ -10,11 +10,6 @@ build:
stage: build stage: build
script: script:
- ./gradlew --console=plain --no-daemon assemble - ./gradlew --console=plain --no-daemon assemble
cache:
key: "$CI_COMMIT_REF_NAME"
policy: push
paths:
- .gradle
test: test:
image: openjdk:8 image: openjdk:8
...@@ -24,8 +19,3 @@ test: ...@@ -24,8 +19,3 @@ test:
artifacts: artifacts:
reports: reports:
junit: build/test-results/test/**/TEST-*.xml junit: build/test-results/test/**/TEST-*.xml
cache:
key: "$CI_COMMIT_REF_NAME"
policy: pull
paths:
- .gradle
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment