mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-09 17:41:14 +00:00
Add taskfile
This commit is contained in:
7
php_tools/taskfile/install.yml
Normal file
7
php_tools/taskfile/install.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
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/
|
||||
Reference in New Issue
Block a user