UX: Suppress pnpm upgrade notifications in build logs (#240)
This commit is contained in:
parent
957867798e
commit
31a282c0a7
|
|
@ -98,7 +98,7 @@ class DockerManager::Upgrader
|
|||
end
|
||||
|
||||
run("bundle install --retry 3 --jobs 4")
|
||||
run("if [ -f yarn.lock ]; then yarn install; else pnpm install; fi")
|
||||
run("if [ -f yarn.lock ]; then yarn install; else CI=1 pnpm install; fi")
|
||||
begin
|
||||
run("LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all")
|
||||
rescue RuntimeError
|
||||
|
|
|
|||
Loading…
Reference in New Issue