From: Sébastien Han Date: Thu, 8 Nov 2018 15:46:29 +0000 (+0100) Subject: ceph-ansible-pr-syntax-check: always fetch origin X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8b4ebb16066fbc0d0ef5a17d4282d7fb96cbbf8f;p=ceph-build.git ceph-ansible-pr-syntax-check: always fetch origin We need to fetch origin to always ensure we have the right version. Signed-off-by: Sébastien Han --- diff --git a/ceph-ansible-pr-syntax-check/build/build b/ceph-ansible-pr-syntax-check/build/build index f2445bcb..90886429 100644 --- a/ceph-ansible-pr-syntax-check/build/build +++ b/ceph-ansible-pr-syntax-check/build/build @@ -84,6 +84,7 @@ function test_ceph_release_in_ceph_default { cd "$WORKSPACE"/ceph-ansible syntax_check #ansible_lint +git fetch origin group_vars_check test_sign_off test_ceph_release_in_ceph_default