Fixed cloning of gitflow

This commit is contained in:
cytopia
2022-03-17 14:59:54 +01:00
parent 1640850b75
commit 40ac8e4ef0
15 changed files with 18 additions and 15 deletions

View File

@@ -613,7 +613,7 @@ software_available:
check: git-flow version | grep -E '[0-9][.0-9]+'
all:
command: |
git clone git://github.com/petervanderdoes/gitflow.git /tmp/gitflow \
git clone https://github.com/petervanderdoes/gitflow-avh /tmp/gitflow \
&& cd /tmp/gitflow \
&& make install \
&& cd / && rm -rf /tmp/gitflow \