Skip to content

Commit a682aa7

Browse files
committed
Remove obsolete swift-6-trigger command
1 parent f22d4bc commit a682aa7

File tree

2 files changed

+0
-209
lines changed

2 files changed

+0
-209
lines changed

Sources/App/Commands/Swift6Trigger.swift

Lines changed: 0 additions & 206 deletions
This file was deleted.

Sources/App/configure.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,6 @@ public func configure(_ app: Application) async throws -> String {
343343
app.asyncCommands.use(TriggerBuildsCommand(), as: "trigger-builds")
344344
app.asyncCommands.use(ReAnalyzeVersions.Command(), as: "re-analyze-versions")
345345
app.asyncCommands.use(Alerting.Command(), as: "alerting")
346-
if Current.environment() == .development {
347-
app.asyncCommands.use(Swift6TriggerCommand(), as: "swift-6-trigger")
348-
}
349346

350347
// register routes
351348
try routes(app)

0 commit comments

Comments
 (0)