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

This commit is contained in:
Dominik Meyer 2025-01-08 11:47:13 +01:00
parent 88c3167ca8
commit 2f2f052d31
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

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