]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-volume-nightly check against CEPH_BRANCH, not CEPH_DEV_BRANCH 1203/head
authorAlfredo Deza <adeza@redhat.com>
Mon, 12 Nov 2018 12:18:10 +0000 (07:18 -0500)
committerAlfredo Deza <adeza@redhat.com>
Mon, 12 Nov 2018 12:18:10 +0000 (07:18 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-volume-nightly/build/build

index 6c4102682178a08b03c7427cb51463142b604dc6..cac931e1ffb41a79766f1a6d4b48e4bbf7b017eb 100644 (file)
@@ -21,9 +21,9 @@ update_vagrant_boxes
 
 cd src/ceph-volume/ceph_volume/tests/functional/$SUBCOMMAND
 
-if [[ "$CEPH_DEV_BRANCH" == "mimic" ]]; then
+if [ "$CEPH_BRANCH" = "mimic" ]; then
     CEPH_ANSIBLE_BRANCH="stable-3.2"
-elif [[ "$CEPH_DEV_BRANCH" == "luminous" ]]; then
+elif [ "$CEPH_BRANCH" = "luminous" ]; then
     CEPH_ANSIBLE_BRANCH="stable-3.2"
 else
     CEPH_ANSIBLE_BRANCH="master"