Skip to content

Commit

Permalink
fix: 🐛 Adapt jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
yooml committed Dec 17, 2021
1 parent 392a298 commit ab4082b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .maintain/build-wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORK_PATH=${BIN_PATH}/..

RUNTIME=$1

docker run --rm -it \
docker run --rm -i \
-e PACKAGE=$RUNTIME-runtime \
-e VERBOSE=1 \
-e CARGO_TERM_COLOR=always \
Expand All @@ -19,4 +19,4 @@ docker run --rm -it \

mkdir -p ${WORK_PATH}/deploy/wasm
cp ${WORK_PATH}/runtime/$RUNTIME/target/srtool/release/wbuild/$RUNTIME-runtime/${RUNTIME}_runtime.compact.compressed.wasm \
${WORK_PATH}/deploy/wasm
${WORK_PATH}/deploy/wasm

0 comments on commit ab4082b

Please sign in to comment.