]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-tag: Remove throwaway|bool
authorDavid Galloway <david.galloway@ibm.com>
Wed, 20 Aug 2025 21:13:33 +0000 (17:13 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Thu, 21 Aug 2025 20:02:06 +0000 (16:02 -0400)
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 <david.galloway@ibm.com>
ansible/roles/ceph-release/tasks/create.yml

index 9134c3a6b6d61541ad1f1961d96b5a2c1eed67ac..e8f2d64ccf200ba1d064c3f574b7942a0a1726d3 100644 (file)
@@ -47,7 +47,6 @@
   when:
     - "release != 'SECURITY'"
     - tag|bool is false
-    - throwaway|bool is false
 
 # SECURITY
 - name: "git checkout security {{ branch }}-release branch"