mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'pin-gitlab-version-4-15' into 'master'
Pin gitlab version to 4.15 due to a bug See merge request gitlab-org/gitlab-build-images!308
This commit is contained in:
commit
cf5fac097f
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