Configure user.name & user.email

This commit is contained in:
rhy-jot
2013-11-08 16:27:15 -08:00
parent 09fa06beaa
commit d41f88fd22

View File

@@ -5,6 +5,8 @@ branches:
script:
- echo "StrictHostKeyChecking=no" >> ~/.ssh/config
- export IP=$(curl -s http://dokku-ci.herokuapp.com/hosts | tail -1)
- git config --global user.email "travis-ci@exmaple.com"
- git config --global user.name "Travis CI"
- git checkout --orphan orphan HEAD
- git commit -am 'orphaned'
- git remote add runner ssh://test@$IP:2022/dokku