Skip to content

Commit

Permalink
fix(batch): test error cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Mar 20, 2023
1 parent 5cd99bb commit d890538
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/batch/tasks/init-job-repo.task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ export function initJobRepo(job: string): ListrTask {
return {
title: 'Init job repo',
task: async (ctx: Context, task) => {
if (job.includes('b2c')) {
throw new Error('B2C not supported');
}
const { workspacePath, verbose } = ctx.options;
const repoName = getRepoNameFromUrl(job);
const repoPath = pathJoin(workspacePath, repoName);
Expand Down

0 comments on commit d890538

Please sign in to comment.