Remove “test-” prefix
This commit is contained in:
parent
4343efa462
commit
5754071d29
@ -171,9 +171,9 @@ impl BenchmarkRepository
|
|||||||
|
|
||||||
benchmark_repository
|
benchmark_repository
|
||||||
.reset_origin(remote_url)
|
.reset_origin(remote_url)
|
||||||
.fetch_branch("test-config")
|
.fetch_branch("config")
|
||||||
.fetch_branch("test-results")
|
.fetch_branch("results")
|
||||||
.fetch_branch("test-status");
|
.fetch_branch("status");
|
||||||
|
|
||||||
benchmark_repository
|
benchmark_repository
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user