1
0
mirror of https://github.com/docker/cli.git synced 2026-01-19 21:41:31 +03:00

Update dockerfile path for CicleCI build

Signed-off-by: Jean-Pierre Huynh <jean-pierre.huynh@ounet.fr>
Upstream-commit: 501cf0e6d1
Component: cli
This commit is contained in:
Jean-Pierre Huynh
2017-06-29 22:35:15 +01:00
parent dc6c9cd967
commit cbcb37cde8

View File

@@ -100,7 +100,7 @@ jobs:
- run:
name: "Run shellcheck"
command: |
dockerfile=dockerfiles/Dockerfile.validate
dockerfile=dockerfiles/Dockerfile.shellcheck
echo "COPY . ." >> $dockerfile
docker build -f $dockerfile --tag cli-validator:$CIRCLE_BUILD_NUM .
docker run --rm cli-validator:$CIRCLE_BUILD_NUM \