fix ci
This commit is contained in:
parent
6cc06a20c4
commit
a8257fd9ed
|
@ -1,6 +1,7 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: git.koval.net/cyclane/game-algorithms/wasm-pack
|
image: git.koval.net/cyclane/game-algorithms/wasm-pack-plugin
|
||||||
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
actions: build
|
actions: build
|
||||||
folder: wasm/o-x-rust
|
folder: wasm/o-x-rust
|
||||||
|
@ -13,7 +14,7 @@ pipeline:
|
||||||
- wasm/o-x-rust/*
|
- wasm/o-x-rust/*
|
||||||
- .woodpecker/wasm-o-x-rust.yml
|
- .woodpecker/wasm-o-x-rust.yml
|
||||||
build and publish:
|
build and publish:
|
||||||
image: git.koval.net/cyclane/game-algorithms/wasm-pack
|
image: git.koval.net/cyclane/game-algorithms/wasm-pack-plugin
|
||||||
pull: true
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
actions: build,publish
|
actions: build,publish
|
||||||
|
|
Loading…
Reference in New Issue