Disable Expo deploy for now -- cuz of watchman

This commit is contained in:
Adam Miskiewicz 2017-05-15 21:41:55 -07:00
parent 088ee9a6fe
commit ef709f6b5d
No known key found for this signature in database
GPG Key ID: EC62EB11EB5E47ED

View File

@ -20,9 +20,8 @@ jobs:
./scripts/deploy-website.sh ./scripts/deploy-website.sh
# deploy expo playground demo # deploy expo playground demo
exp login -u "$EXPO_USERNAME" -p "$EXPO_PASSWORD" # exp login -u "$EXPO_USERNAME" -p "$EXPO_PASSWORD"
echo fs.inotify.max_user_watches=524288 | tee -a /etc/sysctl.conf && sysctl -p # cd examples/NavigationPlayground && exp publish
cd examples/NavigationPlayground && exp publish
fi fi
- save_cache: - save_cache:
key: v2-react-navigation-{{ .Branch }} # generate cache per branch key: v2-react-navigation-{{ .Branch }} # generate cache per branch