File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,23 +33,23 @@ jobs:
3333 - restore_cache :
3434 keys :
3535 # "composer.lock" can be used if it is committed to the repo
36- - v1-dependencies-{{ checksum "composer.json" }}
36+ - v1.0.0 -dependencies-{{ checksum "composer.json" }}
3737 # fallback to using the latest cache if no exact match is found
38- - v1-dependencies-
38+ - v1.0.0 -dependencies-
3939
4040 - run : composer install
4141
4242 - save_cache :
43- key : v1-dependencies-{{ checksum "composer.json" }}
43+ key : v1.0.0 -dependencies-{{ checksum "composer.json" }}
4444 paths :
4545 - ./vendor
4646 - restore_cache :
4747 keys :
48- - node-v1-{{ checksum "package.json" }}
49- - node-v1-
48+ - node-v1.0.0 -{{ checksum "package.json" }}
49+ - node-v1.0.0 -
5050 - run : npm install
5151 - save_cache :
52- key : node-v1-{{ checksum "package.json" }}
52+ key : node-v1.0.0 -{{ checksum "package.json" }}
5353 paths :
5454 - node_modules
5555
You can’t perform that action at this time.
0 commit comments