From 8903097982601502582c6357ed66441e9de7cfcb Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Tue, 9 Aug 2022 15:21:49 +0200 Subject: [PATCH] Remove database init test for success case --- .github/workflows/debug-artifacts.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/debug-artifacts.yml b/.github/workflows/debug-artifacts.yml index 50c7fac55..e10aad0a7 100644 --- a/.github/workflows/debug-artifacts.yml +++ b/.github/workflows/debug-artifacts.yml @@ -71,10 +71,6 @@ jobs: echo "Missing a database bundle for $language" exit 1 fi - if [[ ! -d "log" ]] ; then - echo "Missing database initialization logs" - exit 1 - fi if [[ ! -d "$language/log" ]] ; then echo "Missing logs for $language" exit 1