]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-setup: Correct repo and branch name
authorDavid Galloway <dgallowa@redhat.com>
Wed, 18 May 2022 19:46:09 +0000 (15:46 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 18 May 2022 20:58:35 +0000 (16:58 -0400)
Fixes error: src refspec pacific does not match any

Signed-off-by: David Galloway <dgallowa@redhat.com>
ansible/roles/ceph-release/tasks/create.yml

index 091389ba143046572b212dcb940ae4334b5c1e03..a127feeea9d5b1c66a1c50b84f535923100b97d7 100644 (file)
   when: tag|bool is true
 
 - name: push the version commit to ceph-releases.git
-  command: git push -f releases {{ branch }}
+  command: git push -f releases {{ branch }}-release
   args:
     chdir: ceph
   when: tag|bool is true