No custom clone
This commit is contained in:
parent
8b57dc3284
commit
7a482b6873
|
@ -1,11 +1,3 @@
|
||||||
clone:
|
|
||||||
git:
|
|
||||||
image: woodpeckerci/plugin-git
|
|
||||||
when:
|
|
||||||
path:
|
|
||||||
include:
|
|
||||||
- tools/wasm-pack-plugin/*
|
|
||||||
- .woodpecker/tools-wasm-pack-plugin.yml
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build and publish:
|
build and publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
clone:
|
|
||||||
git:
|
|
||||||
image: woodpeckerci/plugin-git
|
|
||||||
when:
|
|
||||||
path:
|
|
||||||
include:
|
|
||||||
- wasm/o-x-rust/*
|
|
||||||
- wasm/o-x-rust/Cargo.toml
|
|
||||||
- .woodpecker/wasm-o-x-rust.yml
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build and publish:
|
build and publish:
|
||||||
image: git.koval.net/cyclane/game-algorithms/wasm-pack
|
image: git.koval.net/cyclane/game-algorithms/wasm-pack
|
||||||
|
@ -22,7 +13,6 @@ pipeline:
|
||||||
path:
|
path:
|
||||||
include:
|
include:
|
||||||
- wasm/o-x-rust/*
|
- wasm/o-x-rust/*
|
||||||
- wasm/o-x-rust/Cargo.toml
|
|
||||||
- .woodpecker/wasm-o-x-rust.yml
|
- .woodpecker/wasm-o-x-rust.yml
|
||||||
depends_on:
|
depends_on:
|
||||||
- tools-wasm-pack-plugin
|
- tools-wasm-pack-plugin
|
Loading…
Reference in New Issue