Orphaning

This commit is contained in:
rhy-jot
2013-11-08 16:13:50 -08:00
parent b59e36af3f
commit 09fa06beaa

View File

@@ -5,8 +5,10 @@ branches:
script:
- echo "StrictHostKeyChecking=no" >> ~/.ssh/config
- export IP=$(curl -s http://dokku-ci.herokuapp.com/hosts | tail -1)
- git checkout --orphan orphan HEAD
- git commit -am 'orphaned'
- git remote add runner ssh://test@$IP:2022/dokku
- sleep 8
- git push runner $TRAVIS_BRANCH:master
- git push runner orphan:master
notifications:
irc: "chat.freenode.net#dokku"
irc: "chat.freenode.net#dokku"