From 98eb0c97ed7e0bf3b04ba5df6fbe28bc07f852e4 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Fri, 28 May 2021 14:24:05 +0000 Subject: [PATCH] [ci] improve message in case prior pipeline was found --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e28564a6c5..469bb01f7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,7 @@ check-pipeline-status: --form ref=$CI_COMMIT_BRANCH \ "https://git.iws.uni-stuttgart.de/api/v4/projects/31/trigger/pipeline" else - echo "Found successful pipeline for the current state of the branch" + echo "Found successful pipeline for the current state of the branch. Not testing again." fi ################################################################################### -- GitLab