Skip to content
Snippets Groups Projects
Commit 14591500 authored by jurgenhaas's avatar jurgenhaas
Browse files

#24 Add git flow

parent c7d2d15c
No related branches found
No related tags found
No related merge requests found
......@@ -21,5 +21,11 @@ RUN echo "Install dorgflow" && \
composer install --no-dev && \
ln -s /var/opt/dorgflow/dorgflow /usr/local/bin/dorgflow && \
\
echo "Install git-flow" && \
wget --no-check-certificate -q https://raw.githubusercontent.com/petervanderdoes/gitflow-avh/develop/contrib/gitflow-installer.sh && \
chmod +x gitflow-installer.sh && \
./gitflow-installer.sh install stable && \
rm gitflow-installer.sh && \
\
rm -rf /var/cache/* && \
rm -rf /root/.composer/cache
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment