Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ssurabhi10 committed Jul 27, 2017
1 parent e0c574a commit 63b9834
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions travis.sh
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 "surabhisharma.226005@gmail.com"

Expand All @@ -21,19 +6,7 @@ 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 --track develop origin/develop
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

0 comments on commit 63b9834

Please sign in to comment.