Skip to content

Commit

Permalink
Merge pull request #347 from Kobzol/bors-config
Browse files Browse the repository at this point in the history
Update staging bors configuration
  • Loading branch information
Kobzol authored Sep 14, 2023
2 parents 1124d8d + 9083579 commit 3866d0d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion terragrunt/modules/bors/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,12 @@ resource "aws_ecs_task_definition" "bors" {
},
{
name = "RUST_LOG"
value = "debug"
value = "bors=debug"
},
{
name = "CMD_PREFIX",
value = "@bors2"
}
]

secrets = [
Expand Down

0 comments on commit 3866d0d

Please sign in to comment.