mirror of https://github.com/docker/cli.git
update circle.yml
- update from docker:17.04 to docker:17.05 - install git and ssh to suppress CircleCI warning Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
This commit is contained in:
parent
a6feb55a48
commit
f35682a2f0
|
@ -3,8 +3,12 @@ jobs:
|
|||
build:
|
||||
working_directory: ~/cli
|
||||
docker:
|
||||
- image: docker:17.04
|
||||
- image: docker:17.05
|
||||
steps:
|
||||
- run:
|
||||
name: "Install Git and SSH"
|
||||
command: |
|
||||
apk add -U git openssh
|
||||
- checkout
|
||||
- setup_remote_docker
|
||||
- run:
|
||||
|
|
Loading…
Reference in New Issue