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

fix(release): see srtool output

parent dbb34a93
No related branches found
No related tags found
1 merge request!199Release/runtime 700
This commit is part of merge request !199. Comments created here will be created in the context of that merge request.
......@@ -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"
......
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