mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Avoid using cached .babel-cache and .meteor from other branches.
https://github.com/meteor/meteor/pull/9826#issuecomment-382758704 cc @abernix @hwillson @jamesmillerburgess
This commit is contained in:
@@ -119,9 +119,8 @@ jobs:
|
||||
- v1-dev-bundle-cache-
|
||||
- restore_cache:
|
||||
keys:
|
||||
- v1-other-deps-cache-{{ .Branch }}-{{ .Revision }}
|
||||
- v1-other-deps-cache-{{ .Branch }}
|
||||
- v1-other-deps-cache-
|
||||
- v2-other-deps-cache-{{ .Branch }}-{{ .Revision }}
|
||||
- v2-other-deps-cache-{{ .Branch }}-
|
||||
- restore_cache:
|
||||
keys:
|
||||
- v1-test-groups-{{ .Branch }}
|
||||
@@ -697,7 +696,7 @@ jobs:
|
||||
paths:
|
||||
- "dev_bundle"
|
||||
- save_cache:
|
||||
key: v1-other-deps-cache-{{ .Branch }}-{{ .Revision }}
|
||||
key: v2-other-deps-cache-{{ .Branch }}-{{ .Revision }}
|
||||
paths:
|
||||
- ".babel-cache"
|
||||
- ".meteor"
|
||||
|
||||
Reference in New Issue
Block a user