diff --git a/test-and-deploy.yml b/test-and-deploy.yml index 841447e762468b66a91750c37670d77f688e54f1..5b7592f3e9392edb8255c76f5be7afeff09a54ff 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