Skip to content

Commit a5ef8ce

Browse files
add a git fetch into this mess of mine :)
1 parent fbd8141 commit a5ef8ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

travis-ci/changefile.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ echo "Third Check of Remote After Adding it"
1616
ls -l $TRAVIS_BUILD_DIR/.git/FETCH_HEAD
1717
ls -la $TRAVIS_BUILD_DIR
1818
ls -la $TRAVIS_BUILD_DIR/.git
19+
sudo git fetch origin master
20+
ls -la $TRAVIS_BUILD_DIR/.git
1921
echo "Check permissions on git HEAD / get dir listing of travis build dir"
2022
sudo git config --global user.email "${GIT_EMAIL}"
2123
sudo git config --global user.name "${GIT_NAME}"

0 commit comments

Comments
 (0)