Skip to content

Commit 4d58cff

Browse files
committed
fix: drop onExit, maybe that's causing the hang
Signed-off-by: Sam Gammon <[email protected]>
1 parent 3a98a22 commit 4d58cff

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

dist/cleanup/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cleanup/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,6 @@ export async function entry(options?: Partial<Options>): Promise<void> {
586586

587587
try {
588588
await install(options || {}, true)
589-
await onExit()
590589
} catch (err) {
591590
core.warning(
592591
'Buildless failed to install; this build may not be accelerated. Please see CI logs for more information.'
@@ -605,7 +604,6 @@ export async function cleanup(options?: Partial<Options>): Promise<void> {
605604
try {
606605
await postExecute(options)
607606
core.info(`Thanks for using Buildless. 🎉`)
608-
await onExit()
609607
} catch (err) {
610608
core.notice(
611609
'Cleanup stage for the Buildless action failed. Please see CI logs for more information.'

0 commit comments

Comments
 (0)