Skip to content

Commit

Permalink
Revert "chore: publish metadata as gitlab artifact" (#513)
Browse files Browse the repository at this point in the history
Reverts KILTprotocol/kilt-node#459
Reverts until stable toolchain supporter
  • Loading branch information
ggera committed May 3, 2023
1 parent 29a9ad1 commit c8f5c8c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ build:

build-wasm-peregrine:
image:
name: paritytech/srtool:1.69.0
name: paritytech/srtool:1.66.1-0.9.25
entrypoint: [""]
stage: build
only:
Expand All @@ -79,18 +79,16 @@ build-wasm-peregrine:
- export AUTHORIZE_UPGRADE_PREFIX=0x02
- cp -r * /build
- /srtool/build build
- subwasm meta --format=json+scale /out/peregrine_runtime.compact.wasm > /out/peregrine-metadata.json
- mkdir ./out
- mv /out/* ./out/
artifacts:
paths:
- out/*.wasm
- out/*.json
expire_in: 12 week

build-wasm-spiritnet:
image:
name: paritytech/srtool:1.69.0
name: paritytech/srtool:1.66.1-0.9.25
entrypoint: [""]
stage: build
only:
Expand All @@ -104,11 +102,9 @@ build-wasm-spiritnet:
- export AUTHORIZE_UPGRADE_PREFIX=0x02
- cp -r * /build
- /srtool/build build
- subwasm meta --format=json+scale /out/spiritnet_runtime.wasm > /out/spiritnet-metadata.json
- mkdir ./out
- mv /out/* ./out/
artifacts:
paths:
- out/*.wasm
- out/*.json
expire_in: 12 week

0 comments on commit c8f5c8c

Please sign in to comment.