git clone [email protected]:/Hqoapp/react-native.git ~/repos/hqo/react-native;
- Checkout branch kdm_circle2
cd ~/repos/hqo/react-native;
git fetch;
git checkout kdm_circle2;
- Start docker, make sure docker is running
# if this script does not hang, you're good
docker images
curl https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh --fail --show-error | bash
yarn run circleci:validate; # circleci config validate -c .circleci/config.yml
yarn run circleci:lint;
yarn run circleci:android;