mirror of https://github.com/docker/cli.git
Merge pull request #40 from gdevillele/pr-update-ci
update circle.yml to fix CI
This commit is contained in:
commit
4411f5c7e0
|
@ -3,8 +3,12 @@ jobs:
|
||||||
build:
|
build:
|
||||||
working_directory: ~/cli
|
working_directory: ~/cli
|
||||||
docker:
|
docker:
|
||||||
- image: docker:17.04
|
- image: docker:17.05
|
||||||
steps:
|
steps:
|
||||||
|
- run:
|
||||||
|
name: "Install Git and SSH"
|
||||||
|
command: |
|
||||||
|
apk add -U git openssh
|
||||||
- checkout
|
- checkout
|
||||||
- setup_remote_docker
|
- setup_remote_docker
|
||||||
- run:
|
- run:
|
||||||
|
|
Loading…
Reference in New Issue