From e89d3c50a00b7c237bce582fe6a6fa827fc452b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Haas?= <juergen.haas@lakedrops.com> Date: Sun, 24 Apr 2022 16:09:21 +0200 Subject: [PATCH] Cast variable --- test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-and-deploy.yml b/test-and-deploy.yml index fef7661..f50f69c 100644 --- a/test-and-deploy.yml +++ b/test-and-deploy.yml @@ -230,7 +230,7 @@ Debug: - if: '$DISABLE_DEPLOYMENT_LOCAL != "1"' <<: *prepareaccess variables: - LAKEDROPS_BUILD_NG: yes + LAKEDROPS_BUILD_NG: 'yes' script: - if [[ -n $DOWNGRADE_COMPOSER ]]; then composer self-update --$DOWNGRADE_COMPOSER; fi - composer require --no-update --no-interaction --no-progress lakedrops/docker4drupal -- GitLab