Skip to content

Commit

Permalink
do not fail for docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Jan 19, 2017
1 parent 045e55d commit 08c8c01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ test:
script:
- docker-compose run --rm roj
- docker-compose run --rm roj pwd
- docker-compose run --rm roj docker version
- docker-compose run --rm roj docker-machine ls
# do not fail, since there's no active docker connection in testing
- docker-compose run --rm roj docker version || exit 0
- docker-compose run --rm roj help.sh
- docker-compose run --rm roj boilr
cleanup:
Expand Down

0 comments on commit 08c8c01

Please sign in to comment.