Skip to content

Commit 63b9834

Browse files
committed
test 2
1 parent e0c574a commit 63b9834

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

travis.sh

+1-28
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
#!/bin/bash
2-
3-
# set -o errexit -o nounset
4-
5-
# if [ "$TRAVIS_BRANCH" != "master" ]
6-
# then
7-
# echo "This commit was made against the $TRAVIS_BRANCH and not the master! No deploy!"
8-
# exit 0
9-
# fi
10-
11-
# rev=$(git rev-parse --short HEAD)
12-
13-
# cd stage/_book
14-
15-
# git init
161
git config user.name "Surabhi Sharma"
172
git config user.email "surabhisharma.226005@gmail.com"
183

@@ -21,19 +6,7 @@ git remote add upstream "https://github.com/surabhi226005/express-mongoose-es6-r
216
echo "Remote branch added"
227
git fetch
238
echo "Remote fetched"
24-
git branch --track develop origin/develop
25-
echo "will not come here"
9+
#git branch --track develop origin/develop
2610
git branch
2711
git checkout develop
2812
git pull
29-
30-
#git fetch upstream
31-
#git reset upstream/gh-pages
32-
33-
#echo "rustbyexample.com" > CNAME
34-
35-
# touch .
36-
37-
# git add -A .
38-
# git commit -m "rebuild pages at ${rev}"
39-
# git push -q upstream HEAD:gh-pages

0 commit comments

Comments
 (0)