]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-pr-syntax-check: always fetch origin 1200/head
authorSébastien Han <seb@redhat.com>
Thu, 8 Nov 2018 15:46:29 +0000 (16:46 +0100)
committerSébastien Han <seb@redhat.com>
Thu, 8 Nov 2018 15:46:29 +0000 (16:46 +0100)
We need to fetch origin to always ensure we have the right version.

Signed-off-by: Sébastien Han <seb@redhat.com>
ceph-ansible-pr-syntax-check/build/build

index f2445bcb6637a22e8ffabaf4c388918857ee83e4..90886429f4d9c30855985990a0e06db38cf84af6 100644 (file)
@@ -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