mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Pin gitlab version to 4.15 due to a bug
This commit is contained in:
parent
f7d0436dd7
commit
044efd2982
1 changed files with 1 additions and 0 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue