Skip to content

Commit

Permalink
Merge pull request #1734 from input-output-hk/damien/remove-old-snaps…
Browse files Browse the repository at this point in the history
…hot-command-compatibility

Remove manual workflow step for old `snapshot` commands availability
  • Loading branch information
dlachaume authored Jun 6, 2024
2 parents 665621d + d0876fb commit ac3eb96
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/test-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,6 @@ jobs:
working-directory: ./bin
run: ./mithril-client ${{ steps.prepare.outputs.debug_level }} cardano-db download $CDB_SNAPSHOT_DIGEST

- name: Cardano-db / check old 'snapshot' commands availability
shell: bash
working-directory: ./bin
run: |
./mithril-client ${{ steps.prepare.outputs.debug_level }} snapshot list --help
./mithril-client ${{ steps.prepare.outputs.debug_level }} snapshot show --help
./mithril-client ${{ steps.prepare.outputs.debug_level }} snapshot download --help
- name: Mithril Stake Distribution / list and get last hash
shell: bash
working-directory: ./bin
Expand Down Expand Up @@ -208,13 +200,6 @@ jobs:
shell: bash
run: ${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} cardano-db download $CDB_SNAPSHOT_DIGEST --download-dir /app

- name: Cardano-db / check old 'snapshot' commands availability
shell: bash
run: |
${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} snapshot list --help
${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} snapshot show --help
${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} snapshot download --help
- name: Mithril Stake Distribution / list and get last hash
shell: bash
run: |
Expand Down

0 comments on commit ac3eb96

Please sign in to comment.