Skip to content

Commit

Permalink
Add placeholder for folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Apr 24, 2024
1 parent 0b6fdc0 commit 39cc41f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gentx-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
sudo mv althea-linux-amd64 /bin/althea
althea init test --chain-id althea_258432-1
mkdir $HOME/.althea/config/gentx
cp ./althea-l1-dress-rehersal-genesis.json $HOME/.althea/config/genesis.json
cp ./althea-l1-mainnet-genesis.json $HOME/.althea/config/genesis.json
mkdir -p ./gentx
mkdir -p ./gentxs
# allow this copy routine to fail if there are no files in one folder
set +e
rm ./gentx/placeholder
cp ./gentx/* $HOME/.althea/config/gentx/
cp ./gentxs/* $HOME/.althea/config/gentx/
set -e
Expand Down
Empty file added gentx/placeholder
Empty file.

0 comments on commit 39cc41f

Please sign in to comment.