mirror of https://github.com/docker/cli.git
add circle ci config file
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
This commit is contained in:
parent
7e7df40930
commit
6b2a61a311
|
@ -0,0 +1,10 @@
|
|||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
working_directory: ~/cli
|
||||
docker:
|
||||
- image: docker:17.04
|
||||
steps:
|
||||
- checkout
|
||||
- setup_remote_docker
|
||||
- run: docker build -f dockerfiles/Dockerfile.ci .
|
Loading…
Reference in New Issue