Merge pull request #2065 from dnephin/use-dind-image

Use dockerswarm/dind image for ci
This commit is contained in:
mnowster 2015-09-18 16:10:41 +01:00
commit e2ab2eb9d0
7 changed files with 44 additions and 154 deletions

View file

@ -6,8 +6,4 @@ set -ex
TAG="docker-compose"
docker build -t "$TAG" .
docker run \
--rm \
--volume="$(pwd):/code" \
--entrypoint="script/build-linux-inner" \
"$TAG"
docker run --rm --entrypoint="script/build-linux-inner" "$TAG"