Skip to content

Commit 3852291

Browse files
committed
Reorder
1 parent ed1db2a commit 3852291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ build-production-wasm:
2424
- export VERBOSE=true
2525
# Must be in sync with the toolchain file in the project root.
2626
- export RUSTC_VERSION=1.74.0
27-
- cp -r * /build
2827
# Required since we are overriding `RUSTC_VERSION`
2928
- rustup target add wasm32-unknown-unknown
29+
- cp -r * /build
3030
- /srtool/build build
3131
- subwasm meta --format=json+scale /out/${RUNTIME}_runtime.compact.wasm > /out/${RUNTIME}-metadata.json
3232
- subwasm get -o ${RUNTIME}-live.wasm wss://${RUNTIME}.kilt.io

0 commit comments

Comments
 (0)