Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
fix: Fix 'merge --fail'
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilpin committed Feb 9, 2022
1 parent 42f3f20 commit 3d371d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/ci/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import CommandOptions from './options';
import scanArgs from '../scanArgs';
import updateCommitStatus from '../updateCommitStatus';
import reportUploadURL from '../reportUploadURL';
import fail from '../fail';

export default {
command: 'ci',
Expand Down
1 change: 1 addition & 0 deletions src/cli/merge/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import CommandOptions from './options';
import { merge as mergeScannerJob } from '../../integration/appland/scannerJob/merge';
import resolveAppId from '../resolveAppId';
import updateCommitStatus from '../updateCommitStatus';
import fail from '../fail';

export default {
command: 'merge <merge-key>',
Expand Down

0 comments on commit 3d371d9

Please sign in to comment.