-
Notifications
You must be signed in to change notification settings - Fork 691
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e0c574a
commit 2952914
Showing
1 changed file
with
0 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,3 @@ | ||
#!/bin/bash | ||
|
||
# set -o errexit -o nounset | ||
|
||
# if [ "$TRAVIS_BRANCH" != "master" ] | ||
# then | ||
# echo "This commit was made against the $TRAVIS_BRANCH and not the master! No deploy!" | ||
# exit 0 | ||
# fi | ||
|
||
# rev=$(git rev-parse --short HEAD) | ||
|
||
# cd stage/_book | ||
|
||
# git init | ||
git config user.name "Surabhi Sharma" | ||
git config user.email "[email protected]" | ||
|
||
|
@@ -21,19 +6,6 @@ git remote add upstream "https://github.com/surabhi226005/express-mongoose-es6-r | |
echo "Remote branch added" | ||
git fetch | ||
echo "Remote fetched" | ||
git branch --track develop origin/develop | ||
echo "will not come here" | ||
git branch | ||
git checkout develop | ||
git pull | ||
|
||
#git fetch upstream | ||
#git reset upstream/gh-pages | ||
|
||
#echo "rustbyexample.com" > CNAME | ||
|
||
# touch . | ||
|
||
# git add -A . | ||
# git commit -m "rebuild pages at ${rev}" | ||
# git push -q upstream HEAD:gh-pages |