Skip to content

Commit

Permalink
use quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
daimatz committed Jan 2, 2014
1 parent 0a238dc commit 6be64e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ install:
- sudo chmod +x /usr/sbin/policy-rc.d
- sudo apt-get install -y slirp lxc lxc-docker
- git clone git://github.com/jpetazzo/sekexe
- sudo sekexe/run docker -d &
- sudo sekexe/run "docker -d &"
- sudo apt-get install -y python-setuptools
- sudo easy_install fabric
before_script:
- sudo sekexe/run docker build -t sshd .
- container=`sudo sekexe/run docker run -d sshd`
- ip=`sudo sekexe/run docker inspect $container | grep IPAddress | cut -d '"' -f 4`
- sudo sekexe/run "docker build -t sshd ."
- container=`sudo sekexe/run "docker run -d sshd"`
- ip=`sudo sekexe/run "docker inspect $container" | grep IPAddress | cut -d '"' -f 4`
- fabric -H $ip -u test -p pass provision
script:
- echo OK

0 comments on commit 6be64e1

Please sign in to comment.