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
...@@ -197,7 +197,7 @@ readme_docker_release_tag: ...@@ -197,7 +197,7 @@ readme_docker_release_tag:
# Copy sources to the expected directory of srtool # Copy sources to the expected directory of srtool
- cp -R * /build/ - cp -R * /build/
# Build the runtime # 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/ - mv /build/runtime/$RUNTIME/target/srtool/release/wbuild/$RUNTIME-runtime/${RUNTIME}_runtime.compact.compressed.wasm $CI_PROJECT_DIR/release/
artifacts: artifacts:
name: "runtime" 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