fix: set missing PATH
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
88c3167ca8
commit
2f2f052d31
@ -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'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user