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

#239: test: runtime 1000

parent 2d49b03c
No related branches found
No related tags found
No related merge requests found
Pipeline #39283 canceled
......@@ -224,7 +224,8 @@ tests:
.release_runtime_vars: &define_release_runtime_vars
- echo "RUNTIME = $RUNTIME"
- export RUNTIME_VERSION=$(cat runtime/$RUNTIME/src/lib.rs | grep "spec_version:" | sed "s/ *spec_version. //g" | sed "s/,//g")
# TODO: revert
- export RUNTIME_VERSION=1000
- echo $RUNTIME_VERSION
- export RUNTIME_MILESTONE="runtime-$RUNTIME_VERSION"
- echo $RUNTIME_MILESTONE
......
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