]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-tag: Take TAG_PHASE from ceph-release-pipeline job
authorDavid Galloway <david.galloway@ibm.com>
Wed, 20 Aug 2025 21:38:58 +0000 (17:38 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Fri, 12 Sep 2025 20:50:04 +0000 (16:50 -0400)
Signed-off-by: David Galloway <david.galloway@ibm.com>
ceph-tag/build/build

index 61749994c39ebbb58ef6f4634aea9af42a8cfd03..7f5c2152db0c974faf86b05a47a77992f1f69d16 100644 (file)
@@ -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"