We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22d4bc commit a682aa7Copy full SHA for a682aa7
Sources/App/Commands/Swift6Trigger.swift
Sources/App/configure.swift
@@ -343,9 +343,6 @@ public func configure(_ app: Application) async throws -> String {
343
app.asyncCommands.use(TriggerBuildsCommand(), as: "trigger-builds")
344
app.asyncCommands.use(ReAnalyzeVersions.Command(), as: "re-analyze-versions")
345
app.asyncCommands.use(Alerting.Command(), as: "alerting")
346
- if Current.environment() == .development {
347
- app.asyncCommands.use(Swift6TriggerCommand(), as: "swift-6-trigger")
348
- }
349
350
// register routes
351
try routes(app)
0 commit comments