From: David Galloway Date: Wed, 20 Aug 2025 21:38:58 +0000 (-0400) Subject: ceph-tag: Take TAG_PHASE from ceph-release-pipeline job X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=04bd2f910597d8ff1c65170ae0d371a60575a3a5;p=ceph-build.git ceph-tag: Take TAG_PHASE from ceph-release-pipeline job Signed-off-by: David Galloway --- diff --git a/ceph-tag/build/build b/ceph-tag/build/build index 61749994..7f5c2152 100644 --- a/ceph-tag/build/build +++ b/ceph-tag/build/build @@ -14,4 +14,4 @@ BRANCH=${BRANCH//-release/} # 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/" -$VENV/ansible-playbook -i "localhost," -c local release.yml --extra-vars="stage=push version=$VERSION branch=$BRANCH force_version=$FORCE_VERSION release=$RELEASE_TYPE tag=$TAG project=ceph token=$GITHUB_TOKEN" +$VENV/ansible-playbook -i "localhost," -c local release.yml --extra-vars="stage=$TAG_PHASE version=$VERSION branch=$BRANCH force_version=$FORCE_VERSION release=$RELEASE_TYPE tag=$TAG project=ceph token=$GITHUB_TOKEN"