fix: also set GEM_HOME
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Dominik Meyer 2025-01-08 11:55:04 +01:00
parent 2f2f052d31
commit b13116468d
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -3,6 +3,7 @@
echo "Starting redmine ..."
export PATH="/home/redmine/.local/share/gem/ruby/3.3.0/bin:$PATH"
export GEM_HOME="/home/redmine/.local/share/gem"
bundle config set --local without 'development test'
bundle config set --local path '/home/redmine/.local/share/gem'