From 6326e84c986d1ea276463e39bd07a54b7263e474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Wed, 15 Apr 2020 09:59:36 +0200 Subject: [PATCH] debug --- tests/utils/gitlab/gitlab.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/gitlab/gitlab.sh b/tests/utils/gitlab/gitlab.sh index 2379ba8..2a9a715 100755 --- a/tests/utils/gitlab/gitlab.sh +++ b/tests/utils/gitlab/gitlab.sh @@ -55,7 +55,7 @@ elif [[ "${CI_COMMIT_MESSAGE}" =~ ci_complete ]]; then export CHANGED="" else # enable change detection (default behavior) - export CHANGED="--changed" + export CHANGED="" fi