Skip to content

Commit

Permalink
Update grep for build date command
Browse files Browse the repository at this point in the history
  • Loading branch information
frzb committed Sep 22, 2018
1 parent 0138a25 commit 482dca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ script:
- while ! nc -z 127.0.0.1 2222; do echo 'Waiting for Coinboot machine to listen on
port 2222/SSH ...'; sleep 10; done
- while ! sshpass -p ubuntu ssh -o StrictHostKeyChecking=no -v -l ubuntu -p 2222 localhost
grep -C 10 20180906 /etc/motd ; do echo 'Waiting for SSH login to succeed...'; sleep
grep -C 10 20180922 /etc/motd ; do echo 'Waiting for SSH login to succeed...'; sleep
10; done
after_success:
- git config --global user.email "[email protected]"
Expand Down

0 comments on commit 482dca2

Please sign in to comment.