Skip to content

Commit

Permalink
remove existence logging, something wrong with genesis.json itself
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-kava committed Sep 24, 2024
1 parent 803824f commit 826271e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,6 @@ jobs:
run: make install
- name: checkout repo from current commit to validate current branch's genesis
uses: actions/checkout@v4
- name: Check if genesis file exists
run: |
if [ -f "ci/env/kava-protonet/genesis.json" ]; then
echo "Genesis file exists."
else
echo "Gensis file does not exist."
exit 1
fi
- name: validate testnet genesis
run: kava validate-genesis ci/env/kava-internal-testnet/genesis.json
validate-protonet-genesis:
Expand All @@ -153,13 +145,5 @@ jobs:
go-version-file: go.mod
- name: build kava cli
run: make install
- name: Check if genesis file exists
run: |
if [ -f "ci/env/kava-protonet/genesis.json" ]; then
echo "Genesis file exists."
else
echo "Gensis file does not exist."
exit 1
fi
- name: validate protonet genesis
run: kava validate-genesis ci/env/kava-protonet/genesis.json

0 comments on commit 826271e

Please sign in to comment.