mirror of https://github.com/docker/cli.git
Use an image with git and ssh for circleCI
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
ae2c3ffb40
commit
74c1388f66
|
@ -4,7 +4,7 @@ jobs:
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
working_directory: /work
|
working_directory: /work
|
||||||
docker: [{image: 'docker:17.05'}]
|
docker: [{image: 'docker:17.05-git'}]
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- setup_remote_docker
|
- setup_remote_docker
|
||||||
|
@ -20,7 +20,7 @@ jobs:
|
||||||
|
|
||||||
cross:
|
cross:
|
||||||
working_directory: /work
|
working_directory: /work
|
||||||
docker: [{image: 'docker:17.05'}]
|
docker: [{image: 'docker:17.05-git'}]
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- setup_remote_docker
|
- setup_remote_docker
|
||||||
|
@ -37,7 +37,7 @@ jobs:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
working_directory: /work
|
working_directory: /work
|
||||||
docker: [{image: 'docker:17.05'}]
|
docker: [{image: 'docker:17.05-git'}]
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- setup_remote_docker
|
- setup_remote_docker
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
|
|
||||||
validate:
|
validate:
|
||||||
working_directory: /work
|
working_directory: /work
|
||||||
docker: [{image: 'docker:17.05'}]
|
docker: [{image: 'docker:17.05-git'}]
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- setup_remote_docker
|
- setup_remote_docker
|
||||||
|
|
Loading…
Reference in New Issue