Skip to content

Commit 2f78246

Browse files
try find location of .git folder
1 parent 708a887 commit 2f78246

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

travis-ci/changefile.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ sudo git remote add origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.gi
1414
sudo git remote -v
1515
echo "Third Check of Remote After Adding it"
1616
ls -l $TRAVIS_BUILD_DIR/.git/FETCH_HEAD
17-
echo "Check permissions on git HEAD"
17+
ls -la $TRAVIS_BUILD_DIR
18+
echo "Check permissions on git HEAD / get dir listing of travis build dir"
1819
sudo git config --global user.email "${GIT_EMAIL}"
1920
sudo git config --global user.name "${GIT_NAME}"
2021
sudo git config --global push.default simple

0 commit comments

Comments
 (0)