Files
docker-php-fpm/php_tools/taskfile/install.yml
2022-12-09 14:25:02 +01:00

8 lines
201 B
YAML

---
check: task --version | grep -E '[0-9][.0-9]+' || (task --version; false)
all:
type: custom
command: sh -c "$(curl -sS -K --fail -k https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin/