Add ignore messages to when: path:
ci/woodpecker/push/tools-wasm-pack-plugin Pipeline was successful Details
ci/woodpecker/push/wasm-o-x-rust Pipeline was successful Details
ci/woodpecker/push/frontend Pipeline failed Details

This commit is contained in:
Gleb Koval 2022-08-09 09:43:48 +00:00
parent 5061f593dd
commit 962ca08f1b
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
3 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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]"

View File

@ -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