Skip to content

Commit

Permalink
WIP2
Browse files Browse the repository at this point in the history
  • Loading branch information
codykaup committed Dec 9, 2024
1 parent d950388 commit 5589f6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions node-src/tasks/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,11 @@ export const verifyBuild = async (ctx: Context, task: Task) => {

transitionTo(success, true)(ctx, task);

ctx.log.info({
options: ctx.options.exitOnceUploaded,
config: ctx.configuration.exitOnceUploaded,
flags: ctx.flags.exitOnceUploaded,
});
if (list || ctx.isPublishOnly || matchesBranch?.(ctx.options.exitOnceUploaded)) {
ctx.log.info('Exit once uploaded triggered, skipping!!!');
setExitCode(ctx, exitCodes.OK);
Expand Down

0 comments on commit 5589f6c

Please sign in to comment.