From 8dce648b775892977fb2ae2dc993e31f0ba9c59b Mon Sep 17 00:00:00 2001 From: Eric Weitz Date: Fri, 6 Sep 2024 16:24:11 -0400 Subject: [PATCH] Comment out bash debugging --- .github/workflows/minify_ontologies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/minify_ontologies.yml b/.github/workflows/minify_ontologies.yml index bf046d04..19a061e1 100644 --- a/.github/workflows/minify_ontologies.yml +++ b/.github/workflows/minify_ontologies.yml @@ -28,7 +28,7 @@ jobs: # Revert the default `set -e` in GitHub Actions, to e.g. ensure # "diff" doesn't throw an error when something is found set +e - set -x # Enable debugging + # set -x # Enable debugging cd ingest/validation