@@ -47,60 +47,60 @@ save brew cache: &cache_save_brew
47
47
paths :
48
48
- /usr/local/Homebrew
49
49
- ~/Library/Caches/Homebrew
50
- key : v1 -brew-cache-{{ arch }}
50
+ key : legacy -brew-cache-{{ arch }}
51
51
52
52
restore brew cache : &cache_restore_brew
53
53
name : Restoring Brew cache
54
54
keys :
55
- - v1 -brew-cache-{{ arch }}
55
+ - legacy -brew-cache-{{ arch }}
56
56
57
57
save brew cache for android : &cache_save_brew_android
58
58
name : Saving Brew cache for android
59
59
paths :
60
60
- /usr/local/Homebrew
61
61
- ~/Library/Caches/Homebrew
62
- key : v1 -brew-cache-{{ arch }}-android
62
+ key : legacy -brew-cache-{{ arch }}-android
63
63
64
64
restore brew cache for android : &cache_restore_brew_android
65
65
name : Restoring Brew cache for android
66
66
keys :
67
- - v1 -brew-cache-{{ arch }}-android
67
+ - legacy -brew-cache-{{ arch }}-android
68
68
69
69
# yarn
70
70
save yarn cache : &cache_save_yarn
71
71
name : Saving Yarn cache
72
72
paths :
73
73
- ~/.cache/yarn
74
74
- ~/Library/Detox
75
- key : v1 -yarn-cache-{{ checksum "package.json" }}-{{ arch }}
75
+ key : legacy -yarn-cache-{{ checksum "package.json" }}-{{ arch }}
76
76
77
77
restore yarn cache : &cache_restore_yarn
78
78
name : Restoring Yarn cache
79
79
keys :
80
- - v1 -yarn-cache-{{ checksum "package.json" }}-{{ arch }}
80
+ - legacy -yarn-cache-{{ checksum "package.json" }}-{{ arch }}
81
81
82
82
# gradle
83
83
save gradle wrapper cache : &cache_save_gradle_wrapper
84
84
name : Saving Gradle Wrapper cache
85
85
paths :
86
86
- ~/.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" }}
88
88
89
89
save gradle build cache : &cache_save_gradle_build
90
90
name : Saving Gradle app/build cache
91
91
paths :
92
92
- ~/.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" }}
94
94
95
95
restore gradle wrapper cache : &cache_restore_gradle_wrapper
96
96
name : Restoring Gradle Wrapper cache
97
97
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" }}
99
99
100
100
restore gradle build cache : &cache_restore_gradle_build
101
101
name : Restoring Gradle app/build cache
102
102
keys :
103
- - app-build-gradle-v1 -{{ checksum "example/android/app/build.gradle" }}
103
+ - app-build-gradle-legacy -{{ checksum "example/android/app/build.gradle" }}
104
104
105
105
106
106
# ==============================
@@ -299,8 +299,8 @@ workflows:
299
299
requires :
300
300
- " Test: lint"
301
301
- " 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