Install fog-core 2.1.0 using gem install in postinst (for fog-google)
This commit is contained in:
parent
b0e263f174
commit
ecd99207e9
1 changed files with 4 additions and 0 deletions
4
debian/gitlab.postinst
vendored
4
debian/gitlab.postinst
vendored
|
@ -93,6 +93,10 @@ if [ "$(gem which gitlab-labkit)" = "/var/lib/gitlab/.gem/gems/gitlab-labkit-0.2
|
|||
runuser -u ${gitlab_user} -- sh -c "gem uninstall -v '~> 0.29.0' gitlab-labkit"
|
||||
fi
|
||||
|
||||
# Gitlab needs this specific version due to
|
||||
# https://github.com/fog/fog-google/issues/421
|
||||
# runuser -u ${gitlab_user} -- sh -c "gem install -v 2.1.0 fog-core"
|
||||
|
||||
#######################################################################
|
||||
# update Gemfile.lock and yarn.lock, always
|
||||
#######################################################################
|
||||
|
|
Loading…
Reference in a new issue