small hack to have circle.yml in gh-pages generated branch

This commit is contained in:
Konstantin Raev 2016-01-05 19:24:48 +00:00
parent a5d6e46fa8
commit 6663726b6e

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