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

Bug fix regarding readlink in git-flow context

parent aa10a96e
No related branches found
No related tags found
No related merge requests found
......@@ -27,5 +27,7 @@ RUN echo "Install dorgflow" && \
./gitflow-installer.sh install stable && \
rm gitflow-installer.sh && \
\
sed -i -e "s/readlink -e/echo/g" /usr/local/bin/git-flow && \
\
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