mirror of https://github.com/docker/compose.git
Create the plugin directory if it doesn't exist.
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
a798c95963
commit
3bc5fc129e
|
@ -11,6 +11,7 @@ e2e: build ## Run tests
|
|||
go test ./... -v -tags=e2e
|
||||
|
||||
dev: build
|
||||
@mkdir -p ~/.docker/cli-plugins/
|
||||
ln -f -s "${PWD}/dist/docker-ecs" "${HOME}/.docker/cli-plugins/docker-ecs"
|
||||
|
||||
lint: ## Verify Go files
|
||||
|
|
Loading…
Reference in New Issue