From 01212bab18d65ce3e88ec034ba99b67ddbd9a751 Mon Sep 17 00:00:00 2001 From: Antonio Antonino Date: Fri, 30 Aug 2024 11:55:45 +0200 Subject: [PATCH] Try different approach --- .gitlab-ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17caf8d2b..6a8fe5f8b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,14 +5,9 @@ workflow: stages: - build -variables: - PARACHAIN_PALLET_ID: 0x50 - AUTHORIZE_UPGRADE_PREFIX: 0x02 - AUTHORIZE_UPGRADE_CHECK_VERSION: true - build-wasm: image: - name: paritytech/srtool:1.77.0 + name: paritytech/srtool:1.75.0 entrypoint: [""] stage: build parallel: @@ -21,6 +16,9 @@ build-wasm: script: - export PACKAGE=${RUNTIME}-runtime - export RUNTIME_DIR=runtimes/${RUNTIME} + - export PARACHAIN_PALLET_ID=0x50 + - export AUTHORIZE_UPGRADE_PREFIX=0x02 + - export AUTHORIZE_UPGRADE_CHECK_VERSION=true - cp -r * /build - /srtool/build build - subwasm meta --format=json+scale /out/${RUNTIME}_runtime.compact.wasm > /out/${RUNTIME}-metadata.json