From 7a85040adffb52997bfba5be8b5b2e2e9892d83d Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Tue, 18 Jun 2024 14:00:00 +0200 Subject: [PATCH] fix(#195): `-Zgit` on gdev-800 (2) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f3db0ac0..ee16301e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- GitLab