From b39ce9c221b0177313253730f6c02d7c05d24602 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Wed, 23 Feb 2022 16:52:41 +0100 Subject: [PATCH] Further improve settings for extra tests from GitLab --- tests/gitlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gitlab.yml b/tests/gitlab.yml index 9e0183a..e5f8912 100644 --- a/tests/gitlab.yml +++ b/tests/gitlab.yml @@ -26,7 +26,7 @@ Code Quality: REPORT_FORMAT: html script: - | - export SOURCE_CODE='$(php /usr/local/bin/volume.php /code) | cut -d: -f1 + export SOURCE_CODE=$(php /usr/local/bin/volume.php /code) | cut -d: -f1 - | if ! docker info &>/dev/null; then if [ -z "$DOCKER_HOST" -a "$KUBERNETES_PORT" ]; then -- GitLab