Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janlegner committed Mar 30, 2024
1 parent c3dd194 commit 8ebca96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/prepare-claims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ steps:
- 'snapshot_dir=$(buildkite-agent meta-data get snapshot_dir)'
- 'buildkite-agent artifact download --include-retried-jobs target/release/settlement-engine-cli .'
- 'chmod +x target/release/settlement-engine-cli'
- 'past_validators_arg=$( [[ -f $$snapshot_dir/past-validators.json ]] && echo "--past-validator-meta-collection $$snapshot_dir/past-validators.json" )'
- 'past_validators_arg=$( [[ -f $$snapshot_dir/past-validators.json ]] && echo "--past-validator-meta-collection $$snapshot_dir/past-validators.json" || echo "" )'
- |
./target/release/settlement-engine-cli $$past_validators_arg \
--validator-meta-collection "$$snapshot_dir/validators.json" \
Expand Down

0 comments on commit 8ebca96

Please sign in to comment.