Skip to content

Commit

Permalink
changed location
Browse files Browse the repository at this point in the history
  • Loading branch information
NirbhayK committed Jul 8, 2016
1 parent aa31cf4 commit 778675a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -28,6 +28,8 @@ script:

# Run container in detached state
- sudo docker run --detach --volume="${PWD}":"${PWD}":rw ${run_opts} ${distribution}-${version}:ansible "${init}" > "${container_id}"

- sudo docker exec --tty "$(cat ${container_id})" env TERM=xterm /bin/bash -c "pwd ; ${PWD};"

# Ansible syntax check.
- sudo docker exec --tty "$(cat ${container_id})" env TERM=xterm /bin/bash -c "ansible-playbook -i ${PWD}/ansible/travis.inventory ${PWD}/ansible/scrapy-cluster.yml --syntax-check"
Expand Down

0 comments on commit 778675a

Please sign in to comment.