Skip to content

Commit 4c17d7a

Browse files
committed
Repo tests: no more rc
[ci skip]
1 parent db49717 commit 4c17d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-repo.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repo_url <- Sys.getenv(
1111
"https://raw.githubusercontent.com/r-lib/r-lib.github.io/test/p/pak/"
1212
)
1313

14-
branches <- c("stable", "rc", "devel")
14+
branches <- c("stable", "devel")
1515

1616
get_curl <- function(repo, type, rver) {
1717
url <- utils::contrib.url(repo, type)

0 commit comments

Comments
 (0)