Skip to content

Commit

Permalink
Fix env variable for metadata-hash feature enactment
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Jan 6, 2025
1 parent 3bc40a7 commit e8a8754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ build-production-wasm:
- export AUTHORIZE_UPGRADE_PREFIX=0x02
- export AUTHORIZE_UPGRADE_CHECK_VERSION=true
- export VERBOSE=true
- export DEFAULT_FEATURES="--features metadata-hash"
- export BUILD_OPTS="--features metadata-hash"
- cp -r * /build
- /srtool/build build
- subwasm meta --format=json+scale /out/${RUNTIME}_runtime.compact.wasm > /out/${RUNTIME}-metadata.json

0 comments on commit e8a8754

Please sign in to comment.