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

@@ -228,7 +228,7 @@ RUN set -eux \
\
\
# -------------------- gitflow --------------------
&& 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 \