From 6b3339fb60173775a223b5ae39522b32287c8d36 Mon Sep 17 00:00:00 2001
From: Daniel Speicher <daniel.speicher@bitegra-solutions.de>
Date: Fri, 13 Nov 2020 12:07:24 +0100
Subject: [PATCH] Use variable as version

---
 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 66ab124..43ed560 100644
--- a/test-and-deploy.yml
+++ b/test-and-deploy.yml
@@ -62,7 +62,7 @@ stages:
     - ssh-keyscan gitlab.lakedrops.com >> ~/.ssh/known_hosts
     - chmod 644 ~/.ssh/known_hosts
     - ssh git@gitlab.lakedrops.com
-    - if [ -n $DOWNGRADE_COMPOSER ]; then composer self-update --1; fi
+    - if [ -n $DOWNGRADE_COMPOSER ]; then composer self-update --$DOWNGRADE_COMPOSER; fi
     - if [ -n $GITLAB_ACCESS_TOKEN ]; then composer config -g gitlab-token.gitlab.lakedrops.com $GITLAB_ACCESS_TOKEN; fi
     - composer install --no-interaction --no-progress
     - composer lakedrops:scaffold --no-interaction
-- 
GitLab