mirror of
https://github.com/dokku/dokku.git
synced 2026-05-18 05:05:46 +02:00
Configure user.name & user.email
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user