Skip to content

Commit

Permalink
Don't push on Travis before setting password
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits committed Apr 2, 2015
1 parent 0bfcc9a commit 48a993b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ fi
cd react-native-gh-pages
git checkout origin/gh-pages
git checkout -b gh-pages
git push --set-upstream origin gh-pages
git branch --set-upstream-to=origin/gh-pages
cd ../react-native/website

0 comments on commit 48a993b

Please sign in to comment.