Skip to content

Commit 296e144

Browse files
authored
Merge pull request #737 from rust-lang/rla-remove-secondary-repository
rla: remove secondary repository
2 parents de31627 + b0283d6 commit 296e144

File tree

1 file changed

+1
-1
lines changed
  • terraform/rust-log-analyzer

1 file changed

+1
-1
lines changed

terraform/rust-log-analyzer/app.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module "rla" {
1616
environment = {
1717
CI_REPO = "rust-lang/rust"
1818
CI_PROVIDER = "actions"
19-
EXTRA_ARGS = "--secondary-repo rust-lang-ci/rust"
19+
EXTRA_ARGS = ""
2020
GITHUB_USER = "rust-log-analyzer"
2121
INDEX_FILE = "s3://${aws_s3_bucket.storage.id}/rust-lang/rust/actions.idx"
2222
RLA_LOG = "rla_server=trace,rust_log_analyzer=trace"

0 commit comments

Comments
 (0)