Skip to content

Commit 0ecad18

Browse files
committed
Revert "Add printing of the lockfile after installation"
This reverts commit e8621f0.
1 parent e8621f0 commit 0ecad18

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

dist/index.js

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ export async function setupRuby(options = {}) {
9999
if (inputs['bundler-cache'] === 'true') {
100100
await common.time('bundle install', async () =>
101101
bundler.bundleInstall(gemfile, lockFile, platform, engine, version, bundlerVersion, inputs['cache-version']))
102-
103-
await core.group(`Print lockfile`, async () =>
104-
await exec.exec('cat', [lockFile]))
105102
}
106103

107104
core.setOutput('ruby-prefix', rubyPrefix)

0 commit comments

Comments
 (0)