Merge pull request #5129 from bestander/gh-pages-circle

small hack to have circle.yml in gh-pages generated branch
This commit is contained in:
Konstantin Raev 2016-01-06 15:57:21 +00:00
commit fd5d298303
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ rm -Rf *
cd ../react-native/website
node server/generate.js
cp -R build/react-native/* ../../react-native-gh-pages/
cp ../circle.yml ../../react-native-gh-pages/
rm -Rf build/
cd ../../react-native-gh-pages
git status