Skip to content

Commit

Permalink
Update ledger refresh job to strip tar components (#913)
Browse files Browse the repository at this point in the history
joekottke authored Sep 11, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b98e9bf commit 4e7b2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/refresh-ledger.yaml
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ jobs:
- name: Unpack full-service
run: |
cd "${DOWNLOAD_DIR}"
tar --skip-old-files -xvzf linux.tar.gz
tar --skip-old-files --strip-components=1 --show-stored-names -xvzf linux.tar.gz
- name: Run full-service - wait for ledger sync
shell: bash

0 comments on commit 4e7b2bd

Please sign in to comment.