File tree 1 file changed +0
-15
lines changed
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -120,14 +120,6 @@ jobs:
120
120
working-directory : ./bin
121
121
run : ./mithril-client ${{ steps.prepare.outputs.debug_level }} cardano-db download $CDB_SNAPSHOT_DIGEST
122
122
123
- - name : Cardano-db / check old 'snapshot' commands availability
124
- shell : bash
125
- working-directory : ./bin
126
- run : |
127
- ./mithril-client ${{ steps.prepare.outputs.debug_level }} snapshot list --help
128
- ./mithril-client ${{ steps.prepare.outputs.debug_level }} snapshot show --help
129
- ./mithril-client ${{ steps.prepare.outputs.debug_level }} snapshot download --help
130
-
131
123
- name : Mithril Stake Distribution / list and get last hash
132
124
shell : bash
133
125
working-directory : ./bin
@@ -208,13 +200,6 @@ jobs:
208
200
shell : bash
209
201
run : ${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} cardano-db download $CDB_SNAPSHOT_DIGEST --download-dir /app
210
202
211
- - name : Cardano-db / check old 'snapshot' commands availability
212
- shell : bash
213
- run : |
214
- ${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} snapshot list --help
215
- ${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} snapshot show --help
216
- ${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} snapshot download --help
217
-
218
203
- name : Mithril Stake Distribution / list and get last hash
219
204
shell : bash
220
205
run : |
You can’t perform that action at this time.
0 commit comments