Skip to content

Commit

Permalink
feat(devel): replace check for "docker compose" plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jul 10, 2023
1 parent aab42bc commit d75c719
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dev-assets/tasks/darwin/check-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ tasks:
dir: dev-assets/tasks/darwin
silent: true
cmds:
- ./check_bin.sh docker-compose https://www.docker.com
- echo "If following command fails execute this, if you have Docker-Desktop installed (probably will fix it) ->"
- echo "mkdir -p /usr/local/lib/docker && ln -s /Applications/Docker.app/Contents/Resources/cli-plugins /usr/local/lib/docker/cli-plugins"
- docker compose version

check-jq:
dir: dev-assets/tasks/darwin
Expand Down
2 changes: 1 addition & 1 deletion dev-assets/tasks/linux/check-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tasks:
dir: dev-assets/tasks/linux
silent: true
cmds:
- ./check_bin.sh docker-compose https://www.docker.com
- docker compose version

check-jq:
dir: dev-assets/tasks/linux
Expand Down

0 comments on commit d75c719

Please sign in to comment.