fix: also set GEM_HOME
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
2f2f052d31
commit
b13116468d
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user