]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
use tag for ceph-ansible until we have a stable-6.0 branch 1724/head
authorSage Weil <sage@newdream.net>
Wed, 20 Jan 2021 14:16:24 +0000 (08:16 -0600)
committerSage Weil <sage@newdream.net>
Wed, 20 Jan 2021 14:16:24 +0000 (08:16 -0600)
ceph-volume-ansible-prs/build/build

index d8d3e050cbd96495a944a5b36f50e16381131703..11bdf089cdd7f5b7f270e67f0f4db131e753839e 100644 (file)
@@ -31,7 +31,7 @@ elif [[ "$ghprbTargetBranch" == "nautilus" ]]; then
 elif [[ "$ghprbTargetBranch" == "octopus" ]]; then
     CEPH_ANSIBLE_BRANCH="stable-5.0"
 elif [[ "$ghprbTargetBranch" == "pacific" ]]; then
-    CEPH_ANSIBLE_BRANCH="stable-6.0"
+    CEPH_ANSIBLE_BRANCH="v6.0.0alpha6"
 else
     CEPH_ANSIBLE_BRANCH="master"
 fi