mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-11 19:41:16 +00:00
12 lines
282 B
YAML
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 \
|