From 232d8104fe1ba1ac36145e2a11f22ba90673b85c Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Thu, 29 Sep 2022 11:59:35 -0700 Subject: [PATCH] Don't check for Go logs on failure --- .github/workflows/debug-artifacts-failure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debug-artifacts-failure.yml b/.github/workflows/debug-artifacts-failure.yml index b9668d0bda..421a75a8e2 100644 --- a/.github/workflows/debug-artifacts-failure.yml +++ b/.github/workflows/debug-artifacts-failure.yml @@ -79,7 +79,7 @@ jobs: echo "Missing database initialization logs" exit 1 fi - if [[ ! -d "$language/log" ]] ; then + if [[ ! "$language" == "go" ]] && [[ ! -d "$language/log" ]] ; then echo "Missing logs for $language" exit 1 fi pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy