Skip to content

Commit

Permalink
fix: CI staging-preview chainspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
skylar-simoncelli authored Feb 11, 2025
1 parent 1d496bd commit df4c28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ chainspecs:
# staging-preview
COPY dev/envs/staging-preview/.envrc dev/envs/staging-preview/.envrc
COPY dev/envs/staging-preview/addresses.json dev/envs/staging-preview/addresses.json
RUN . ./dev/envs/ci-preview/.envrc \
RUN . ./dev/envs/staging-preview/.envrc \
&& partner-chains-node build-spec --chain staging --disable-default-bootnode > staging_preview_chain_spec.json
SAVE ARTIFACT staging_preview_chain_spec.json AS LOCAL staging_preview_chain_spec.json

Expand Down

0 comments on commit df4c28b

Please sign in to comment.