Add ignore messages to when: path:
This commit is contained in:
parent
5061f593dd
commit
962ca08f1b
|
@ -9,6 +9,7 @@ pipeline:
|
|||
include:
|
||||
- frontend/*
|
||||
- .woodpecker/frontend.yml
|
||||
ignore_message: "[ALL]"
|
||||
eslint:
|
||||
image: node:alpine
|
||||
commands:
|
||||
|
@ -20,6 +21,7 @@ pipeline:
|
|||
include:
|
||||
- frontend/*
|
||||
- .woodpecker/frontend.yml
|
||||
ignore_message: "[ALL]"
|
||||
svelte:
|
||||
image: node:alpine
|
||||
commands:
|
||||
|
@ -31,6 +33,7 @@ pipeline:
|
|||
include:
|
||||
- frontend/*
|
||||
- .woodpecker/frontend.yml
|
||||
ignore_message: "[ALL]"
|
||||
docker build:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
@ -46,6 +49,7 @@ pipeline:
|
|||
include:
|
||||
- frontend/*
|
||||
- .woodpecker/frontend.yml
|
||||
ignore_message: "[ALL]"
|
||||
docker build and publish:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
@ -63,5 +67,6 @@ pipeline:
|
|||
include:
|
||||
- frontend/*
|
||||
- .woodpecker/frontend.yml
|
||||
ignore_message: "[ALL]"
|
||||
depends_on:
|
||||
- wasm-o-x-rust
|
||||
|
|
|
@ -14,6 +14,7 @@ pipeline:
|
|||
include:
|
||||
- tools/wasm-pack-plugin/*
|
||||
- .woodpecker/tools-wasm-pack-plugin.yml
|
||||
ignore_message: "[ALL]"
|
||||
build and publish:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
@ -30,4 +31,5 @@ pipeline:
|
|||
path:
|
||||
include:
|
||||
- tools/wasm-pack-plugin/*
|
||||
- .woodpecker/tools-wasm-pack-plugin.yml
|
||||
- .woodpecker/tools-wasm-pack-plugin.yml
|
||||
ignore_message: "[ALL]"
|
||||
|
|
|
@ -12,6 +12,7 @@ pipeline:
|
|||
include:
|
||||
- wasm/o-x-rust/*
|
||||
- .woodpecker/wasm-o-x-rust.yml
|
||||
ignore_message: "[ALL]"
|
||||
test:
|
||||
image: git.koval.net/cyclane/game-algorithms/wasm-pack-plugin
|
||||
pull: true
|
||||
|
@ -23,6 +24,7 @@ pipeline:
|
|||
include:
|
||||
- wasm/o-x-rust/*
|
||||
- .woodpecker/wasm-o-x-rust.yml
|
||||
ignore_message: "[ALL]"
|
||||
publish:
|
||||
image: git.koval.net/cyclane/game-algorithms/wasm-pack-plugin
|
||||
pull: true
|
||||
|
@ -40,5 +42,6 @@ pipeline:
|
|||
include:
|
||||
- wasm/o-x-rust/*
|
||||
- .woodpecker/wasm-o-x-rust.yml
|
||||
ignore_message: "[ALL]"
|
||||
depends_on:
|
||||
- tools-wasm-pack-plugin
|
||||
|
|
Loading…
Reference in New Issue