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

fix(#195): `-Zgit` on gdev-800

parent 825a454d
No related branches found
No related tags found
No related merge requests found
......@@ -344,7 +344,7 @@ build_raw_specs:
- cargo xtask print-spec $NETWORK_RELEASE > ${RUNTIME}.json
# Produce raw spec file
- mkdir -p $CI_PROJECT_DIR/release
- cargo run -Zgit=shallow-deps ${FEATURES} -- build-spec --chain=${RUNTIME}.json --disable-default-bootnode --raw > $RELEASE_FILE_RAW_SPEC
- cargo run ${FEATURES} -- build-spec --chain=${RUNTIME}.json --disable-default-bootnode --raw > $RELEASE_FILE_RAW_SPEC
artifacts:
expire_in: never
name: "runtime"
......
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