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

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

parent cd5af72d
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,7 @@ build_specs:
- apt-get update
- apt-get install -y clang cmake protobuf-compiler
# Build the spec file (including the G1 data), e.g.: "release/gdev.json"
- cargo run -Zgit=shallow-deps ${FEATURES} -- build-spec --chain=${RUNTIME}_live > $RELEASE_FILE_SPEC
- cargo run ${FEATURES} -- build-spec --chain=${RUNTIME}_live > $RELEASE_FILE_SPEC
# Save spec configuration file for release
- cp resources/${RUNTIME}.yaml $RELEASE_FILE_SPEC_CONFIG
artifacts:
......
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