From: David Galloway Date: Wed, 20 Aug 2025 21:13:33 +0000 (-0400) Subject: ceph-tag: Remove throwaway|bool X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5ec71ff14e29adbe996e96cffd1d03e2c3bf0579;p=ceph-build.git ceph-tag: Remove throwaway|bool That var has nothing to do with checking out a previously-existing tag. THROWAWAY=true just means 'create the packages but don't push them to chacra' Signed-off-by: David Galloway --- diff --git a/ansible/roles/ceph-release/tasks/create.yml b/ansible/roles/ceph-release/tasks/create.yml index 9134c3a6..e8f2d64c 100644 --- a/ansible/roles/ceph-release/tasks/create.yml +++ b/ansible/roles/ceph-release/tasks/create.yml @@ -47,7 +47,6 @@ when: - "release != 'SECURITY'" - tag|bool is false - - throwaway|bool is false # SECURITY - name: "git checkout security {{ branch }}-release branch"