DockerCLI/circle.yml

11 lines
208 B
YAML
Raw Normal View History

version: 2
jobs:
build:
working_directory: ~/cli
docker:
- image: docker:17.04
steps:
- checkout
- setup_remote_docker
- run: docker build -f dockerfiles/Dockerfile.ci .