Pin gitlab version to 4.15 due to a bug

This commit is contained in:
Nicolas Dular 2020-07-10 10:46:45 +00:00 committed by Sean McGivern
parent f7d0436dd7
commit 044efd2982

View file

@ -16,6 +16,7 @@ RUN apt-get update \
&& apt-get autoremove -yq \
&& apt-get clean -yqq \
&& rm -rf /var/lib/apt/lists/* \
&& gem install gitlab --version 4.15 --no-document \
&& gem install danger-gitlab --no-document \
&& git version \
&& echo "node version " $(node --version) \