From: Andrew Schoen Date: Tue, 13 Feb 2018 16:15:54 +0000 (-0600) Subject: ceph-volume-nightly: fix usage of ceph_branch X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2bcad9de6afcfe03ef8cd0c159900ce5f43bdaea;p=ceph-build.git ceph-volume-nightly: fix usage of ceph_branch The jobs will now clone the correct branch of ceph. Signed-off-by: Andrew Schoen --- diff --git a/ceph-volume-nightly/config/definitions/ceph-volume-nightly.yml b/ceph-volume-nightly/config/definitions/ceph-volume-nightly.yml index 7e91bc52..0d1067a8 100644 --- a/ceph-volume-nightly/config/definitions/ceph-volume-nightly.yml +++ b/ceph-volume-nightly/config/definitions/ceph-volume-nightly.yml @@ -64,7 +64,7 @@ - git: url: https://github.com/ceph/ceph.git branches: - - ${{ceph_branch}} + - '{ceph_branch}' browser: auto timeout: 20 skip-tag: true