UX: Suppress pnpm upgrade notifications in build logs (#240)

This commit is contained in:
David Taylor 2024-09-06 10:28:27 +01:00 committed by GitHub
parent 957867798e
commit 31a282c0a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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