From 3958af5a6fb413d41bc54e3d5eb1ecdf406be802 Mon Sep 17 00:00:00 2001 From: Mygod Date: Fri, 18 Jan 2019 09:50:41 +0800 Subject: [PATCH] Refine Circle CI --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ea583b..714e09c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,14 +13,14 @@ jobs: - restore_cache: key: jars-{{ checksum "build.gradle" }} - restore_cache: - key: go + key: go-{{ checksum "app/src/go/v2ray-plugin/go.sum" }} - run: name: Run Build and Tests command: ./gradlew assembleDebug check - save_cache: paths: - ~/go - key: go + key: go-{{ checksum "app/src/go/v2ray-plugin/go.sum" }} - save_cache: paths: - ~/.gradle