From b1df4975f45c102cd1bc566347d7c536b854ab6b Mon Sep 17 00:00:00 2001 From: Thibault Nocchi <1619359+ThibaultNocchi@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:29:49 +0100 Subject: [PATCH] fix: boolean value in yaml --- templates/gitlab-ci-docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gitlab-ci-docker-compose.yml b/templates/gitlab-ci-docker-compose.yml index a981fab..5f16cdc 100644 --- a/templates/gitlab-ci-docker-compose.yml +++ b/templates/gitlab-ci-docker-compose.yml @@ -46,7 +46,7 @@ spec: default: '' stack-config-silent: description: Silences standard output of `stack config` command - default: "true" + default: true type: boolean config-disabled: description: Disable Compose Config -- GitLab