Skip to content

Commit 928b5f6

Browse files
last try for today
1 parent 52f7fc8 commit 928b5f6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

travis-ci/changefile.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ cd $TRAVIS_BUILD_DIR
55
#sudo whoami
66
#sudo chown root:root -R $TRAVIS_BUILD_DIR
77
git remote -v
8-
echo "First check of remote"
8+
#echo "First check of remote"
99
git remote rm origin
10-
echo "Try removing remote"
10+
#echo "Try removing remote"
1111
git remote -v
12-
echo "Second check of remote"
12+
#echo "Second check of remote"
1313
git remote add origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
1414
git remote -v
15-
echo "Third Check of Remote After Adding it"
16-
ls -la $TRAVIS_BUILD_DIR
17-
ls -la $TRAVIS_BUILD_DIR/.git
18-
#git fetch origin master
15+
#echo "Third Check of Remote After Adding it"
16+
#ls -la $TRAVIS_BUILD_DIR
17+
#ls -la $TRAVIS_BUILD_DIR/.git
18+
git fetch origin master
1919
#git pull origin master
20-
ls -la $TRAVIS_BUILD_DIR/.git
21-
echo "Check permissions on git HEAD / get dir listing of travis build dir"
20+
#ls -la $TRAVIS_BUILD_DIR/.git
21+
#echo "Check permissions on git HEAD / get dir listing of travis build dir"
2222
git config --global user.email "${GIT_EMAIL}"
2323
git config --global user.name "${GIT_NAME}"
2424
git config --global push.default simple

travis-ci/deploy2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git config --global user.email "${GIT_EMAIL}"
88
git config --global user.name "${GIT_NAME}"
99
git config --global push.default simple
1010
#sudo git remote add origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
11-
git fetch --tags
11+
#git fetch --tags
1212
msg="Tag $GIT_TAG Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
1313
#if git tag $GIT_TAG -a -m "$msg" 2>/dev/null; then
1414
sudo $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh

0 commit comments

Comments
 (0)