mirror of https://github.com/docker/cli.git
11 lines
208 B
YAML
11 lines
208 B
YAML
|
version: 2
|
||
|
jobs:
|
||
|
build:
|
||
|
working_directory: ~/cli
|
||
|
docker:
|
||
|
- image: docker:17.04
|
||
|
steps:
|
||
|
- checkout
|
||
|
- setup_remote_docker
|
||
|
- run: docker build -f dockerfiles/Dockerfile.ci .
|