Skip to content

Commit

Permalink
chore: update orb (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naturalclar committed May 3, 2020
1 parent a6ec7e6 commit b8e5fd2
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ aliases:
- ~/.gradle
key: gradle-cache-{{ checksum "android/build.gradle" }}-{{ checksum "example/android/build.gradle" }}-{{ checksum "example/android/app/build.gradle" }}

# INSTALLATION
- &yarn
name: Yarn Install
command: |
yarn install --network-concurrency 1 --non-interactive --cache-folder ~/.cache/yarn & wait
# ANALYSE
- &eslint
name: ESLint Checks
Expand All @@ -40,14 +34,13 @@ aliases:
# -------------------------
version: 2.1
orbs:
rn: react-native-community/react-native@2.0.1
rn: react-native-community/react-native@4.2.2

jobs:
# Set up a Linux environment for downstream jobs
linux-checkout:
executor:
name: rn/linux_js
node_version: '10'
steps:
- attach_workspace:
at: .
Expand All @@ -60,7 +53,6 @@ jobs:
eslint:
executor:
name: rn/linux_js
node_version: '10'
steps:
- attach_workspace:
at: .
Expand All @@ -69,7 +61,6 @@ jobs:
type-check:
executor:
name: rn/linux_js
node_version: '10'
steps:
- attach_workspace:
at: .
Expand All @@ -78,7 +69,6 @@ jobs:
flow:
executor:
name: rn/linux_js
node_version: '10'
steps:
- attach_workspace:
at: .
Expand All @@ -87,7 +77,6 @@ jobs:
jest:
executor:
name: rn/linux_js
node_version: '10'
steps:
- attach_workspace:
at: .
Expand Down

0 comments on commit b8e5fd2

Please sign in to comment.