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:
|
||||
build and publish:
|
||||
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:
|
||||
build and publish:
|
||||
image: git.koval.net/cyclane/game-algorithms/wasm-pack
|
||||
|
@ -22,7 +13,6 @@ pipeline:
|
|||
path:
|
||||
include:
|
||||
- wasm/o-x-rust/*
|
||||
- wasm/o-x-rust/Cargo.toml
|
||||
- .woodpecker/wasm-o-x-rust.yml
|
||||
depends_on:
|
||||
- tools-wasm-pack-plugin
|
Loading…
Reference in New Issue