CircleCI-Public / circleci-demo-react-native

A demo React Native project that’s building on CircleCI 2.0 with Workflows
https://circleci.com/gh/CircleCI-Public/circleci-demo-react-native
235 stars 330 forks source link

Could not locate Gemfile #7

Open francisrod01 opened 6 years ago

francisrod01 commented 6 years ago

I'm follow the circleci react-native config example to deploy my app on circleci.

Error computing cache key: template: cacheKey:1:13: executing "cacheKey" at <checksum "Gemfile.lo...>: error calling checksum: open /home/circleci/react-native-app/android/Gemfile.lock: no such file or directory
....
#!/bin/bash -eo pipefail
bundle install
Could not locate Gemfile
Exited with code 10

Please I need to know what I need to run using Linux Ubuntu 14.04 (Trusty) environment.

References:

https://circleci.com/docs/2.0/examples/#example-circleci-files-and-public-repos https://github.com/facebook/react-native/blob/master/.circleci/config.yml https://github.com/CircleCI-Public/circleci-demo-react-native/blob/master/.circleci/config.yml

martinfrouin commented 5 years ago

Me too

code4cake commented 5 years ago

Same problem, has this being solved? Thanks

brayanL commented 4 years ago

Me too

Rendellhb commented 4 years ago

I'm trying to build it locally and I'm having problems with it. I have the Gemfile.lock inside the folder.

PierreCHEVALLIER-THILL commented 4 years ago

Me too

Saisreenivas commented 3 years ago

I am also facing the same issue.

gligorkot commented 2 years ago

Same here