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