From c24f8a6ad0ecead80109ec5c5f56a594033d1544 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Sun, 20 Dec 2020 10:15:06 +0100
Subject: [PATCH] Test variables

---
 test-and-deploy.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test-and-deploy.yml b/test-and-deploy.yml
index 953bd50..324fc30 100644
--- a/test-and-deploy.yml
+++ b/test-and-deploy.yml
@@ -62,6 +62,8 @@ stages:
     - ssh-keyscan gitlab.lakedrops.com >> ~/.ssh/known_hosts
     - chmod 644 ~/.ssh/known_hosts
     - ssh git@gitlab.lakedrops.com
+    - echo "Downgrade $DOWNGRADE_COMPOSER ."
+    - echo "Token $GITLAB_ACCESS_TOKEN ."
     - 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
-- 
GitLab