Skip to content

Commit 20fed65

Browse files
authored
chore: remove ci command (#694)
1 parent ab4c724 commit 20fed65

File tree

5 files changed

+0
-334
lines changed

5 files changed

+0
-334
lines changed

src/ci/ci-cancel.js

-45
This file was deleted.

src/ci/ci-rerun.js

-51
This file was deleted.

src/ci/ci-status.js

-210
This file was deleted.

src/ci/common.js

-23
This file was deleted.

src/e

-5
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,6 @@ program
181181
.alias('auto-cherry-pick')
182182
.command('gh-auth', 'Generates a device oauth token');
183183

184-
const ci = program.command('ci').executableDir(path.join(__dirname, 'ci'));
185-
ci.command('status', 'Show information about CI job statuses');
186-
ci.command('rerun', 'Rerun CI workflows and builds');
187-
ci.command('cancel', 'Cancel CI workflows and builds');
188-
189184
program
190185
.command('load-macos-sdk')
191186
.description('Loads required versions of macOS SDKs and symlinks them (may require sudo)')

0 commit comments

Comments
 (0)