From: Alfredo Deza Date: Fri, 19 Feb 2016 21:49:55 +0000 (-0500) Subject: lower case FORCE_VERSION X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=71556589b812f4dbae586c6206ce3fcc69135d90;p=ceph-build.git lower case FORCE_VERSION Signed-off-by: Alfredo Deza --- diff --git a/ceph-tag/build/build b/ceph-tag/build/build index 972458ba..a9969eb2 100644 --- a/ceph-tag/build/build +++ b/ceph-tag/build/build @@ -28,4 +28,4 @@ fi # run ansible to do all the tagging and release specifying # a local connection and 'localhost' as the host where to execute cd "$WORKSPACE/ceph-build/ansible/" -ansible-playbook -i "localhost," -c local release.yml --extra-vars="version=$VERSION branch=$BRANCH FORCE_VERSION=$FORCE_VERSION release=stable clean=true project=ceph" +ansible-playbook -i "localhost," -c local release.yml --extra-vars="version=$VERSION branch=$BRANCH force_version=$FORCE_VERSION release=stable clean=true project=ceph"