From: Alfredo Deza Date: Mon, 12 Nov 2018 12:18:10 +0000 (-0500) Subject: ceph-volume-nightly check against CEPH_BRANCH, not CEPH_DEV_BRANCH X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1203%2Fhead;p=ceph-build.git ceph-volume-nightly check against CEPH_BRANCH, not CEPH_DEV_BRANCH Signed-off-by: Alfredo Deza --- diff --git a/ceph-volume-nightly/build/build b/ceph-volume-nightly/build/build index 6c4102682..cac931e1f 100644 --- a/ceph-volume-nightly/build/build +++ b/ceph-volume-nightly/build/build @@ -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"