File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -619,15 +619,12 @@ jobs:
619619 << : *android_defaults
620620 steps :
621621 - checkout
622-
623- - restore-cache : *restore-yarn-cache
624622 - run : *yarn
625623
626624 # Configure Android SDK and related dependencies
627625 - run : *configure-android-path
628626 - run : *install-android-build-dependencies
629627
630- - restore-cache : *restore-cache-android-packages
631628 - run : *install-android-packages
632629
633630 # Install Android NDK
@@ -636,17 +633,12 @@ jobs:
636633 - run : *install-ndk
637634
638635 # Fetch dependencies using Buck
639- - restore-cache : *restore-cache-downloads-buck
640636 - run : *install-buck
641637 - run : *download-dependencies-buck
642638
643639 # Fetch dependencies using Gradle
644- - restore-cache : *restore-cache-downloads-gradle
645640 - run : *download-dependencies-gradle
646641
647- - restore-cache : *restore-yarn-cache
648- - run : *yarn
649-
650642 - run :
651643 name : Authenticate with npm
652644 command : echo "//registry.npmjs.org/:_authToken=${CIRCLE_NPM_TOKEN}" > ~/.npmrc
You can’t perform that action at this time.
0 commit comments