]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-prs: fix a typo 1085/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 19 Jul 2018 13:43:24 +0000 (15:43 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 19 Jul 2018 13:44:39 +0000 (15:44 +0200)
`$scenario` gets set by the last iteration in the loop above.
The actual value we want is `$SCENARIO`.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
ceph-ansible-prs/build/build

index 0177717e993958dd42d69c5d75c3a498a52f110a..946e2fc2bf9c557ab5cb5cf251ef82e56387a713 100644 (file)
@@ -29,4 +29,4 @@ popd
 # stable-3.0 doesn't have ceph-volume and therefore doesn't support LVM scenarios.
 # Rather than running a bunch of conditional steps in the pipeline to check if
 # a PR is merging into the stable-3.0 branch, we'll just pass LVM jobs.
-[[ "$ghprbTargetBranch" == "stable-3.0" && "$scenario" == *"lvm"* ]] || start_tox
+[[ "$ghprbTargetBranch" == "stable-3.0" && "$SCENARIO" == *"lvm"* ]] || start_tox