From 7e9356880a29de75ec04a1467d3a887a234e6e6b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 21 Mar 2020 01:32:46 +0100 Subject: centos-ci: diagnostic output when starting over Signed-off-by: Michael Adam --- samba-integration-centos-ci-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/samba-integration-centos-ci-tests.sh b/samba-integration-centos-ci-tests.sh index 51f810d..354f523 100755 --- a/samba-integration-centos-ci-tests.sh +++ b/samba-integration-centos-ci-tests.sh @@ -72,6 +72,7 @@ then # the merged copy. if [ "${ghprbTargetBranch}" = "${SCRIPT_GIT_BRANCH}" ]; then if ! git diff --quiet ./"${SCRIPT_NAME}" "${SCRIPT_PATH}" ; then + echo "Script changed in PR ==> starting over..." exec "./${SCRIPT_NAME}" fi fi -- cgit