Skip to content

Commit d7a5e4c

Browse files
committed
Create ~/.docker/cli-plugins if not exist
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
1 parent 22f1c8f commit d7a5e4c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎Taskfile.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ tasks:
4040
desc: Deploy the docker agent cli-plugin
4141
deps: ["build"]
4242
cmds:
43+
- mkdir -p ~/.docker/cli-plugins
4344
- cp "{{.BUILD_DIR}}/{{.BINARY_NAME}}" ~/.docker/cli-plugins/{{.CLI_PLUGIN_BINARY_NAME}}
4445
- cp "{{.BUILD_DIR}}/{{.BINARY_NAME}}" {{.BUILD_DIR}}/{{.CLI_PLUGIN_BINARY_NAME}}
4546

0 commit comments

Comments
 (0)