From 4006eb5a66c337f83aa7d6582ce7c4bcf2f902e4 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 21 Jul 2022 13:24:02 -0400 Subject: [PATCH] ceph: Clarify branch name to enter Signed-off-by: David Galloway --- ceph-setup/config/definitions/ceph-setup.yml | 2 +- ceph/config/definitions/ceph.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph-setup/config/definitions/ceph-setup.yml b/ceph-setup/config/definitions/ceph-setup.yml index 82d96a11..d113e969 100644 --- a/ceph-setup/config/definitions/ceph-setup.yml +++ b/ceph-setup/config/definitions/ceph-setup.yml @@ -20,7 +20,7 @@ parameters: - string: name: BRANCH - description: "The git branch (or tag) to build" + description: "The git branch (or tag) to build (e.g., pacific) DO NOT INCLUDE '-release'" scm: - git: diff --git a/ceph/config/definitions/ceph.yml b/ceph/config/definitions/ceph.yml index 7a605536..98e211ab 100644 --- a/ceph/config/definitions/ceph.yml +++ b/ceph/config/definitions/ceph.yml @@ -19,7 +19,7 @@ parameters: - string: name: BRANCH - description: "The git branch (or tag) to build (e.g., pacific)" + description: "The git branch (or tag) to build (e.g., pacific) DO NOT INCLUDE '-release'" default: main - bool: -- 2.47.3