Skip to content

Commit dcacc0e

Browse files
dont fetch or pull
1 parent 0abe1d4 commit dcacc0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis-ci/changefile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ git remote -v
1515
echo "Third Check of Remote After Adding it"
1616
ls -la $TRAVIS_BUILD_DIR
1717
ls -la $TRAVIS_BUILD_DIR/.git
18-
git fetch origin master
19-
git pull origin master
18+
#git fetch origin master
19+
#git pull origin master
2020
ls -la $TRAVIS_BUILD_DIR/.git
2121
echo "Check permissions on git HEAD / get dir listing of travis build dir"
2222
git config --global user.email "${GIT_EMAIL}"

0 commit comments

Comments
 (0)