From 1277e201e33a2b68923da1dd02d9e83e74e11f7d Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 19 Feb 2016 16:42:40 -0500 Subject: [PATCH] use the new FORCE_VERSION when tagging for version Signed-off-by: Alfredo Deza --- ceph-tag/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-tag/build/build b/ceph-tag/build/build index 8e0c0a2d..972458ba 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 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" -- 2.39.5