fix path to ssh key

This commit is contained in:
Scott Miller 2015-09-24 10:56:19 -04:00
parent 7ed3899b29
commit 200a1c744c

View File

@ -19,5 +19,5 @@ script:
- make test - make test
- make build - make build
- ssh-keygen -f ~/.ssh/id_rsa -t rsa -N '' - ssh-keygen -f ~/.ssh/id_rsa -t rsa -N ''
- cp .ssh/id_rsa id_rsa - cp ~/.ssh/id_rsa id_rsa
- docker build -t "$DOCKER_USER"/ssh-chat:latest . - docker build -t "$DOCKER_USER"/ssh-chat:latest .