Skip to content

Commit

Permalink
Working circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Seanmatthews committed Nov 12, 2016
1 parent d37c5a5 commit a8296c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions circle.yml
Expand Up @@ -15,12 +15,10 @@ dependencies:
- openssl aes-256-cbc -d -in .dockersecret -k $KEY >> ~/.circlerc
override:
- docker info
# - docker pull rowboat/rowboat-base-images:1.0

test:
override:
- docker run --name container --rm=false -it -v $HOME:/tmp rowboat/rowboat-base-images:1.0 /bin/bash -c "source /opt/ros/indigo/setup.bash; cp -R /tmp/rowboat1 .":
#; catkin build -w /root/rowboat1 --no-notify --no-status":
- docker run --name container --rm=false -it -v $HOME:/tmp rowboat/rowboat-base-images:1.0 /bin/bash -c "source /opt/ros/indigo/setup.bash; cp -R /tmp/rowboat1 .; catkin build -w /root/rowboat1 --no-notify --no-status":
timeout: 1200

deployment:
Expand Down

0 comments on commit a8296c2

Please sign in to comment.