@@ -47,60 +47,60 @@ save brew cache: &cache_save_brew
4747 paths :
4848 - /usr/local/Homebrew
4949 - ~/Library/Caches/Homebrew
50- key : v1 -brew-cache-{{ arch }}
50+ key : legacy -brew-cache-{{ arch }}
5151
5252restore brew cache : &cache_restore_brew
5353 name : Restoring Brew cache
5454 keys :
55- - v1 -brew-cache-{{ arch }}
55+ - legacy -brew-cache-{{ arch }}
5656
5757save brew cache for android : &cache_save_brew_android
5858 name : Saving Brew cache for android
5959 paths :
6060 - /usr/local/Homebrew
6161 - ~/Library/Caches/Homebrew
62- key : v1 -brew-cache-{{ arch }}-android
62+ key : legacy -brew-cache-{{ arch }}-android
6363
6464restore brew cache for android : &cache_restore_brew_android
6565 name : Restoring Brew cache for android
6666 keys :
67- - v1 -brew-cache-{{ arch }}-android
67+ - legacy -brew-cache-{{ arch }}-android
6868
6969# yarn
7070save yarn cache : &cache_save_yarn
7171 name : Saving Yarn cache
7272 paths :
7373 - ~/.cache/yarn
7474 - ~/Library/Detox
75- key : v1 -yarn-cache-{{ checksum "package.json" }}-{{ arch }}
75+ key : legacy -yarn-cache-{{ checksum "package.json" }}-{{ arch }}
7676
7777restore yarn cache : &cache_restore_yarn
7878 name : Restoring Yarn cache
7979 keys :
80- - v1 -yarn-cache-{{ checksum "package.json" }}-{{ arch }}
80+ - legacy -yarn-cache-{{ checksum "package.json" }}-{{ arch }}
8181
8282# gradle
8383save gradle wrapper cache : &cache_save_gradle_wrapper
8484 name : Saving Gradle Wrapper cache
8585 paths :
8686 - ~/.gradle/wrapper
87- key : gradle-wrapper-v1 -{{ checksum "example/android/gradle/wrapper/gradle-wrapper.properties" }}
87+ key : gradle-wrapper-legacy -{{ checksum "example/android/gradle/wrapper/gradle-wrapper.properties" }}
8888
8989save gradle build cache : &cache_save_gradle_build
9090 name : Saving Gradle app/build cache
9191 paths :
9292 - ~/.gradle/caches
93- key : app-build-gradle-v1 -{{ checksum "example/android/app/build.gradle" }}
93+ key : app-build-gradle-legacy -{{ checksum "example/android/app/build.gradle" }}
9494
9595restore gradle wrapper cache : &cache_restore_gradle_wrapper
9696 name : Restoring Gradle Wrapper cache
9797 keys :
98- - gradle-wrapper-v1 -{{ checksum "example/android/gradle/wrapper/gradle-wrapper.properties" }}
98+ - gradle-wrapper-legacy -{{ checksum "example/android/gradle/wrapper/gradle-wrapper.properties" }}
9999
100100restore gradle build cache : &cache_restore_gradle_build
101101 name : Restoring Gradle app/build cache
102102 keys :
103- - app-build-gradle-v1 -{{ checksum "example/android/app/build.gradle" }}
103+ - app-build-gradle-legacy -{{ checksum "example/android/app/build.gradle" }}
104104
105105
106106# ==============================
@@ -299,8 +299,8 @@ workflows:
299299 requires :
300300 - " Test: lint"
301301 - " Test: flow"
302- - " Test: Android e2e " :
303- requires :
304- - " Test: lint"
305- - " Test: flow"
306- - " Build: Android release apk"
302+ # - "Test: Android e2e":
303+ # requires:
304+ # - "Test: lint"
305+ # - "Test: flow"
306+ # - "Build: Android release apk"
0 commit comments