From b576157882dba60b8761c2f5165fc417c5b395bc Mon Sep 17 00:00:00 2001 From: Adam King Date: Mon, 25 Jul 2022 16:46:39 -0400 Subject: [PATCH] qa/workunits/cephadm: update test_repos master -> main Missed this one, it seems the test was still passing until recently but I guess the "master" builds are now gone Signed-off-by: Adam King (cherry picked from commit 9b08edf939752d16b5933e1d7fd5bc33d08c2d4a) --- qa/workunits/cephadm/test_repos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/cephadm/test_repos.sh b/qa/workunits/cephadm/test_repos.sh index 148972cebde71..4b0749231df5b 100755 --- a/qa/workunits/cephadm/test_repos.sh +++ b/qa/workunits/cephadm/test_repos.sh @@ -24,7 +24,7 @@ sudo $CEPHADM -v add-repo --release octopus test_install_uninstall sudo $CEPHADM -v rm-repo -sudo $CEPHADM -v add-repo --dev master +sudo $CEPHADM -v add-repo --dev main test_install_uninstall sudo $CEPHADM -v rm-repo -- 2.39.5