Files
docker-php-fpm/php_tools/git-flow/install.yml
2022-12-08 20:52:37 +01:00

12 lines
282 B
YAML

---
check: git-flow version 2>&1 | grep -E '[0-9][.0-9]+' || (git-flow version; false)
all:
type: custom
command: |
git clone https://github.com/petervanderdoes/gitflow-avh /tmp/gitflow \
&& cd /tmp/gitflow \
&& make install \
&& cd / && rm -rf /tmp/gitflow \