We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708a887 commit 2f78246Copy full SHA for 2f78246
travis-ci/changefile.sh
@@ -14,7 +14,8 @@ sudo git remote add origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.gi
14
sudo git remote -v
15
echo "Third Check of Remote After Adding it"
16
ls -l $TRAVIS_BUILD_DIR/.git/FETCH_HEAD
17
-echo "Check permissions on git HEAD"
+ls -la $TRAVIS_BUILD_DIR
18
+echo "Check permissions on git HEAD / get dir listing of travis build dir"
19
sudo git config --global user.email "${GIT_EMAIL}"
20
sudo git config --global user.name "${GIT_NAME}"
21
sudo git config --global push.default simple
0 commit comments