mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
add circle ci config file
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
This commit is contained in:
10
circle.yml
Normal file
10
circle.yml
Normal file
@@ -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 .
|
||||
Reference in New Issue
Block a user