Skip to content

Commit e8a8754

Browse files
committed
Fix env variable for metadata-hash feature enactment
1 parent 3bc40a7 commit e8a8754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-production-wasm:
2121
- export AUTHORIZE_UPGRADE_PREFIX=0x02
2222
- export AUTHORIZE_UPGRADE_CHECK_VERSION=true
2323
- export VERBOSE=true
24-
- export DEFAULT_FEATURES="--features metadata-hash"
24+
- export BUILD_OPTS="--features metadata-hash"
2525
- cp -r * /build
2626
- /srtool/build build
2727
- subwasm meta --format=json+scale /out/${RUNTIME}_runtime.compact.wasm > /out/${RUNTIME}-metadata.json

0 commit comments

Comments
 (0)