Fixed CI
This commit is contained in:
parent
922c28046f
commit
8b85177ce6
|
@ -3,11 +3,12 @@ pipeline:
|
|||
image: plugins/docker
|
||||
settings:
|
||||
dry_run: true
|
||||
repo: git.koval.net/cyclane/game-algorithms/wasm-pack-plugin
|
||||
context: tools/wasm-pack-plugin
|
||||
dockerfile: tools/wasm-pack-plugin/Dockerfile
|
||||
when:
|
||||
branch:
|
||||
exclude: [master]
|
||||
exclude: [main]
|
||||
path:
|
||||
include:
|
||||
- tools/wasm-pack-plugin/*
|
||||
|
@ -24,7 +25,7 @@ pipeline:
|
|||
context: tools/wasm-pack-plugin
|
||||
dockerfile: tools/wasm-pack-plugin/Dockerfile
|
||||
when:
|
||||
branch: master
|
||||
branch: main
|
||||
path:
|
||||
include:
|
||||
- tools/wasm-pack-plugin/*
|
||||
|
|
|
@ -1,4 +1,17 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: git.koval.net/cyclane/game-algorithms/wasm-pack
|
||||
settings:
|
||||
actions: build
|
||||
folder: wasm/o-x-rust
|
||||
scope: game-algorithms
|
||||
when:
|
||||
branch:
|
||||
exclude: [main]
|
||||
path:
|
||||
include:
|
||||
- wasm/o-x-rust/*
|
||||
- .woodpecker/wasm-o-x-rust.yml
|
||||
build and publish:
|
||||
image: git.koval.net/cyclane/game-algorithms/wasm-pack
|
||||
settings:
|
||||
|
@ -10,6 +23,7 @@ pipeline:
|
|||
from_secret: DEPLOY_TOKEN
|
||||
registry: https://git.koval.net/api/packages/cyclane/npm/
|
||||
when:
|
||||
branch: main
|
||||
path:
|
||||
include:
|
||||
- wasm/o-x-rust/*
|
||||
|
|
Loading…
Reference in New Issue