From 09b4f5d837953e866d3a3528d16276eb08f9804d Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Sun, 19 Nov 2023 11:25:42 +0100 Subject: [PATCH] fix(release): see srtool output --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a735ca8e..e668d4385 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -197,7 +197,7 @@ readme_docker_release_tag: # Copy sources to the expected directory of srtool - cp -R * /build/ # Build the runtime - - /srtool/build --app --json -cM > $SRTOOL_OUTPUT + - /srtool/build --app --json -cM | tee -a $SRTOOL_OUTPUT - mv /build/runtime/$RUNTIME/target/srtool/release/wbuild/$RUNTIME-runtime/${RUNTIME}_runtime.compact.compressed.wasm $CI_PROJECT_DIR/release/ artifacts: name: "runtime" -- GitLab