Merge pull request #2065 from dnephin/use-dind-image
Use dockerswarm/dind image for ci
This commit is contained in:
commit
e2ab2eb9d0
7 changed files with 44 additions and 154 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue