Skip to content

Commit 708a887

Browse files
check perms on travis .git folder
1 parent 037ff31 commit 708a887

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
@@ -13,6 +13,8 @@ echo "Second check of remote"
1313
sudo git remote add origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
1414
sudo git remote -v
1515
echo "Third Check of Remote After Adding it"
16+
ls -l $TRAVIS_BUILD_DIR/.git/FETCH_HEAD
17+
echo "Check permissions on git HEAD"
1618
sudo git config --global user.email "${GIT_EMAIL}"
1719
sudo git config --global user.name "${GIT_NAME}"
1820
sudo git config --global push.default simple

0 commit comments

Comments
 (0)