ci: Ensure "DEPLOY" options are grouped together

This commit is contained in:
Thorsten Roßner
2025-04-02 17:20:07 +02:00
parent 1f2d42ea48
commit a5f9b01ca0

View File

@@ -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"