Commit c7709641 authored by Chunchi Che's avatar Chunchi Che

fix ci

parent 817ce97f
Pipeline #20663 passed with stages
in 13 minutes and 47 seconds
...@@ -42,6 +42,8 @@ wasm_build: ...@@ -42,6 +42,8 @@ wasm_build:
- linux - linux
image: rust:latest image: rust:latest
stage: wasm stage: wasm
extends:
- .build_base
before_script: before_script:
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
script: script:
...@@ -49,10 +51,9 @@ wasm_build: ...@@ -49,10 +51,9 @@ wasm_build:
artifacts: artifacts:
paths: paths:
- rust-src/pkg - rust-src/pkg
- node_modules
npm_build: npm_build:
extends:
- .build_base
dependencies: dependencies:
- wasm_build - wasm_build
stage: build stage: build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment