From 69e5233d4db44b71ce11753484dbdeddaaf3fd32 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Thu, 26 Mar 2015 10:53:55 -0700 Subject: [PATCH] Make open-source Travis build the website properly? --- website/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/setup.sh b/website/setup.sh index e898738e12..01c57317bd 100755 --- a/website/setup.sh +++ b/website/setup.sh @@ -8,7 +8,7 @@ # of patent rights can be found in the PATENTS file in the same directory. cd ../../ -git clone git@github.com:facebook/react-native.git react-native-gh-pages +git clone git://github.com/facebook/react-native.git react-native-gh-pages cd react-native-gh-pages git checkout origin/gh-pages git checkout -b gh-pages