Skip to content

Commit

Permalink
Download genesis artifact from different workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gjermundgaraba committed Nov 9, 2023
1 parent b8f519c commit b2865a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/chain_upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
with:
version: 0.6.30

- name: Download a single artifact
uses: actions/download-artifact@v3
- name: Download artifact
uses: dawidd6/action-download-artifact@v2
with:
workflow: chain_genesis-export.yml
name: exported-${{ github.event.inputs.chain }}-genesis
path: chain

Expand Down
2 changes: 0 additions & 2 deletions chain/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ node-base:
RUN chmod +x /root/binaries/empowerd
ENV PATH $PATH:/root/binaries

# earthly +prep-genesis --CURRENT_VERSION=v1.0.1-rc1 --CHAIN_ID=empowerchain-1 --STATE_SYNC_RPC=https://empower-rpc.polkachu.com:443 --STATE_SYNC_PEER=074640d8f2bc981fd201badd19c5b6dba38e00be@65.108.238.219:17456
# earthly +prep-genesis --CURRENT_VERSION=v1.0.1-rc1 --CHAIN_ID=circulus-1 --STATE_SYNC_RPC=https://empower-testnet-rpc.polkachu.com:443 --STATE_SYNC_PEER=95ea7999e3ecd3fb7fd73fae70b3b29a6af24c8d@46.4.5.45:17456
prep-genesis:
ARG --required CURRENT_VERSION
ARG --required CHAIN_ID
Expand Down

0 comments on commit b2865a5

Please sign in to comment.