Skip to content

Commit 2f97e84

Browse files
print git remotes to screen
1 parent ff40a24 commit 2f97e84

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ script:
3636
- STATUSCODE=$(curl -I http://localhost:9000/index.php -e http://zx6.ru &> /dev/stderr --write-out "%{http_code}") | if test $STATUSCODE 52; then exit 0; fi
3737

3838
before_deploy:
39-
- git remote -v
39+
#- git remote -v
4040
- git remote add origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
4141
- git config --global user.email "builds@travis-ci.com"
4242
- git config --global user.name "Travis CI"

travis-ci/install-nginx2.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ sudo service nginx reload
8686
sudo chmod +x $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh
8787
#sudo export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
8888
sudo $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh
89+
cd $TRAVIS_BUILD_DIR
90+
sudo git remote -v
8991
#cat $TRAVIS_BUILD_DIR/globalblacklist.conf
9092
#sudo sed --version
9193
#sudo apt-cache policy dash

0 commit comments

Comments
 (0)