From 231560664547e755deba3e7479a1a87c0cf3ae69 Mon Sep 17 00:00:00 2001 From: tzugen Date: Wed, 6 Apr 2022 08:49:15 +0200 Subject: [PATCH] Wrong cache key! --- .circleci/config.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e4657358..16d5d0b1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,16 +37,10 @@ jobs: - run: name: lint command: ./gradlew :ultrasonic:lintRelease - - run: - name: build - command: ./gradlew buildRelease - - run: - name: assemble release - command: ./gradlew assembleRelease - save_cache: paths: - ~/.gradle - key: v1-ultrasonic-{{ .Branch }}-{{ checksum "gradle/libs.versions.toml" }} + key: v2-ultrasonic-{{ .Branch }}-{{ checksum "gradle/libs.versions.toml" }} - store_artifacts: path: ultrasonic/build/reports destination: reports