From cdd071ec5a8c40907842fb1e932bd365ef229c18 Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Mon, 8 Apr 2024 13:14:24 -0700 Subject: [PATCH] ingest-to-phylogenetic: tee hash for easy debugging --- .github/workflows/ingest-to-phylogenetic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ingest-to-phylogenetic.yaml b/.github/workflows/ingest-to-phylogenetic.yaml index 42216c4..2d52afa 100644 --- a/.github/workflows/ingest-to-phylogenetic.yaml +++ b/.github/workflows/ingest-to-phylogenetic.yaml @@ -96,7 +96,7 @@ jobs: key="${s3path#*/}" s3_hash="$(aws s3api head-object --no-sign-request --bucket "$bucket" --key "$key" --query Metadata.sha256sum --output text 2>/dev/null || echo "$no_hash")" - echo "${s3_hash}" >> ingest-output-sha256sum + echo "${s3_hash}" | tee -a ingest-output-sha256sum done - name: Check cache