From 55b3ed37e286c9b3d91e6e4859970795e84c82a9 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Sun, 20 Dec 2020 10:22:04 +0100 Subject: [PATCH] Undo test variables --- test-and-deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/test-and-deploy.yml b/test-and-deploy.yml index 324fc30..953bd50 100644 --- a/test-and-deploy.yml +++ b/test-and-deploy.yml @@ -62,8 +62,6 @@ 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