aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.circleci/config.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 2966dbbaffc..c8c4e0b792c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -56,9 +56,9 @@ jobs:
/scripts/checkout.sh
- restore_cache:
keys:
- - nopch-{{ .Branch }}-{{ .Revision }}
- - nopch-{{ .Branch }}
- - nopch
+ - 3.3.5-nopch-{{ .Branch }}-{{ .Revision }}
+ - 3.3.5-nopch-{{ .Branch }}
+ - 3.3.5-nopch
- run:
name: Setup
command: |
@@ -85,7 +85,7 @@ jobs:
./authserver --version
./worldserver --version
- save_cache:
- key: nopch-{{ .Branch }}-{{ .Revision }}
+ key: 3.3.5-nopch-{{ .Branch }}-{{ .Revision }}
paths:
- /home/circleci/.ccache
workflows: