mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 17:18:09 +00:00
Disable Expo deploy for now -- cuz of watchman
This commit is contained in:
parent
088ee9a6fe
commit
ef709f6b5d
@ -20,9 +20,8 @@ jobs:
|
||||
./scripts/deploy-website.sh
|
||||
|
||||
# deploy expo playground demo
|
||||
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
|
||||
# exp login -u "$EXPO_USERNAME" -p "$EXPO_PASSWORD"
|
||||
# cd examples/NavigationPlayground && exp publish
|
||||
fi
|
||||
- save_cache:
|
||||
key: v2-react-navigation-{{ .Branch }} # generate cache per branch
|
||||
|
Loading…
x
Reference in New Issue
Block a user