Skip to content

Commit

Permalink
ingest-to-phylogenetic: tee hash for easy debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
joverlee521 committed Apr 8, 2024
1 parent 4bebe32 commit cdd071e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ingest-to-phylogenetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cdd071e

Please sign in to comment.