Skip to content

Commit faac295

Browse files
remote checks
1 parent 678fe5f commit faac295

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

travis-ci/changefile.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ cd $TRAVIS_BUILD_DIR
55
#sudo whoami
66
#sudo chown root:root -R $TRAVIS_BUILD_DIR
77
sudo git remote -v
8+
echo "First check of remote"
89
sudo git remote rm origin
10+
echo "Try removing remote"
911
sudo git remote -v
12+
echo "Second check of remote"
1013
sudo git remote add origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
14+
sudo git remote -v
15+
echo "Third Check of Remote"
1116
sudo git config --global user.email "${GIT_EMAIL}"
1217
sudo git config --global user.name "${GIT_NAME}"
1318
sudo git config --global push.default simple

0 commit comments

Comments
 (0)