Skip to content

Commit

Permalink
Tentative fix for native-base Utils issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Feroldi committed Jul 8, 2018
1 parent 456a3fa commit 33d336e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ jobs:
# Set Ruby Version for chruby
- run: echo "ruby-2.4" > .ruby-version

# TODO: possibly remove this after the following issue has been fixed:
# https://github.com/GeekyAnts/NativeBase/issues/1957
- run: [ -d node_modules/native-base/dist/src/Utils ] && mv node_modules/native-base/dist/src/Utils node_modules/native-base/dist/src/utils

# Install bundle dependencies
- run:
name: Bundle Install
Expand Down

2 comments on commit 33d336e

@fpersico
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesen't just 1 build without cache fix the problem?

@cloudify
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's weird because the first build did work and the second failed, it seems like it fails when you reinstall all packages (i.e. reset the package cache) - with this temp fix it works without reinstalling all the packages

btw checkout the artifacts here

I'm now trying to fix the test (i.e. see why it doesn't pass), besides that, seems like now Detox works fine on circleci :)

Please sign in to comment.