From a5f9b01ca01e96164ab44d67f3c093a86c984d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Wed, 2 Apr 2025 17:20:07 +0200 Subject: [PATCH] ci: Ensure "DEPLOY" options are grouped together --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd9ed1a8..629c79aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -168,16 +168,16 @@ variables: options: - "yes" - "no" - CREATE_DEFAULT_ACCOUNTS: - description: > - Creates `default` and `default-admin` in the instance using the password defined as CI variable - `DEFAULT_ACCOUNTS_PASSWORD`. + DEPLOY_NOTES: + description: "Enable Notes deployment." value: "no" options: - "yes" - "no" - DEPLOY_NOTES: - description: "Enable Notes deployment." + CREATE_DEFAULT_ACCOUNTS: + description: > + Creates `default` and `default-admin` in the instance using the password defined as CI variable + `DEFAULT_ACCOUNTS_PASSWORD`. value: "no" options: - "yes"