From ef0c92566c444e9833b5297aa0d7e922a722910d Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Fri, 28 Jun 2024 14:48:38 +0200 Subject: [PATCH] Do not skip config import on check4updates --- 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 841447e..5b7592f 100644 --- a/test-and-deploy.yml +++ b/test-and-deploy.yml @@ -756,7 +756,7 @@ Debug: - EC=0 - grep "composer.lock" /tmp/test.log || EC=$? - if [[ $EC -ne 0 ]]; then exit 0; fi - - COMMITFLAGS="[SKIP_CONFIG_IMPORT] [SKIP_check4security] [SKIP_check4outdated]" + - COMMITFLAGS="[SKIP_check4security] [SKIP_check4outdated]" - if [[ "${SKIPRELEASE}" != "yes" ]]; then COMMITFLAGS="${COMMITFLAGS} [CREATE_RELEASE]"; fi - if [[ "${USELIVEDB}" == "yes" ]]; then COMMITFLAGS="${COMMITFLAGS} [PULL_DB]"; fi - git remote rm origin -- GitLab