From 4abef30e8cc082f7d9af1324f38fb882f19346fc Mon Sep 17 00:00:00 2001 From: "Ian H. Pittwood" Date: Tue, 11 Feb 2020 16:03:26 -0600 Subject: [PATCH] Disable Storyboard for airshipctl Disables the airshipctl Storyboard in favor of using GitHub Issues as the project issue tracker [0]. [0] https://github.com/airshipit/airshipctl/issues Change-Id: I2f73b698bfa6d43efd86ffdbff27043d69948538 --- gerrit/projects.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 5561a32423..c94bc180e3 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -6,9 +6,7 @@ - airship - project: airship/airshipctl description: A CLI for managing declarative infrastructure. - use-storyboard: true - groups: - - airship + use-storyboard: false - project: airship/airshipui description: A Web UI for interacting with Airship-managed clusters - project: airship/apis