@@ -6,7 +6,7 @@ version: 2
6
6
7
7
default job config : &defaults
8
8
working_directory : ~/async_storage
9
-
9
+
10
10
checkout step for each job : &addWorkspace
11
11
attach_workspace :
12
12
at : ~/async_storage
@@ -76,7 +76,7 @@ save yarn cache: &cache_save_yarn
76
76
77
77
restore yarn cache : &cache_restore_yarn
78
78
name : Restoring Yarn cache
79
- keys :
79
+ keys :
80
80
- v1-yarn-cache-{{ checksum "package.json" }}-{{ arch }}
81
81
82
82
# gradle
@@ -94,12 +94,12 @@ save gradle build cache: &cache_save_gradle_build
94
94
95
95
restore gradle wrapper cache : &cache_restore_gradle_wrapper
96
96
name : Restoring Gradle Wrapper cache
97
- keys :
97
+ keys :
98
98
- gradle-wrapper-v1-{{ 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
- keys :
102
+ keys :
103
103
- app-build-gradle-v1-{{ checksum "example/android/app/build.gradle" }}
104
104
105
105
@@ -152,7 +152,7 @@ jobs:
152
152
node -v
153
153
- save-cache : *cache_save_brew
154
154
- restore-cache : *cache_restore_yarn
155
- - run :
155
+ - run :
156
156
name : Installing Yarn dependencies
157
157
command : yarn --pure-lockfile --non-interactive --cache-folder ~/.cache/yarn
158
158
- save-cache : *cache_save_yarn
@@ -277,14 +277,6 @@ jobs:
277
277
name : Run e2e tests
278
278
command : yarn test:e2e:android
279
279
280
- " Publish: semantic release " :
281
- << : *js_defaults
282
- steps :
283
- - *addWorkspace
284
- - run :
285
- name : Publish to NPM registry
286
- command : yarn ci:publish
287
-
288
280
# ==============================
289
281
# WORK FLOWS
290
282
# ==============================
@@ -312,10 +304,3 @@ workflows:
312
304
- " Test: lint"
313
305
- " Test: flow"
314
306
- " Build: Android release apk"
315
- - " Publish: semantic release " :
316
- requires :
317
- - " Test: Android e2e"
318
- - " Test: iOS e2e"
319
- filters :
320
- branches :
321
- only : master
0 commit comments