From 96a3ad1e814f54371cf0ff26fcc7db5a6412fca8 Mon Sep 17 00:00:00 2001 From: danielspeicher <daniel.speicher@bitegra-solutions.de> Date: Mon, 9 Nov 2020 16:02:47 +0100 Subject: [PATCH] bitegra/infrastructure#6 --- 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 b2afdda..5333dc8 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 [ -z $GITLAB_ACCESS_TOKEN ]; then composer config -g gitlab-token.gitlab.lakedrops.com $GITLAB_ACCESS_TOKEN; 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 - composer lakedrops:docker4drupal --no-interaction -- GitLab