mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
wait longer for host to be running gitreceive
This commit is contained in:
@@ -6,7 +6,7 @@ script:
|
||||
- echo "StrictHostKeyChecking=no" >> ~/.ssh/config
|
||||
- export IP=$(curl -s http://dokku-ci.herokuapp.com/hosts | tail -1)
|
||||
- git remote add runner ssh://test@$IP:2022/dokku
|
||||
- sleep 4
|
||||
- sleep 8
|
||||
- git push runner $TRAVIS_BRANCH:master
|
||||
notifications:
|
||||
irc: "chat.freenode.net#dokku"
|
||||
Reference in New Issue
Block a user