Skip to content
Snippets Groups Projects
Commit 5cebea93 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(release): unecessary copy

parent 17fc3408
No related branches found
No related tags found
1 merge request!199Release/runtime 700
Pipeline #34352 waiting for manual action
...@@ -281,7 +281,6 @@ create_g1_data: ...@@ -281,7 +281,6 @@ create_g1_data:
- cargo run ${FEATURES} -- build-spec --chain=${RUNTIME}_live > release/${RUNTIME}.json - cargo run ${FEATURES} -- build-spec --chain=${RUNTIME}_live > release/${RUNTIME}.json
- cargo run ${FEATURES} -- build-spec --chain=release/${RUNTIME}.json --disable-default-bootnode --raw > release/${RUNTIME}-raw.json - cargo run ${FEATURES} -- build-spec --chain=release/${RUNTIME}.json --disable-default-bootnode --raw > release/${RUNTIME}-raw.json
- cp node/specs/${RUNTIME}_client-specs.yaml release/ - cp node/specs/${RUNTIME}_client-specs.yaml release/
- cp $DUNITER_GENESIS_EXPORT release/
artifacts: artifacts:
name: "runtime" name: "runtime"
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment