debuging ci
This commit is contained in:
parent
b9a013b89e
commit
cc3d64f053
|
@ -13,6 +13,12 @@ pipeline:
|
||||||
include:
|
include:
|
||||||
- tools/wasm-pack-plugin/*
|
- tools/wasm-pack-plugin/*
|
||||||
- .woodpecker/tools-wasm-pack-plugin.yml
|
- .woodpecker/tools-wasm-pack-plugin.yml
|
||||||
|
test:
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- ls
|
||||||
|
- ls wasm
|
||||||
|
- ls wasm/*
|
||||||
build and publish:
|
build and publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
@ -23,7 +29,6 @@ pipeline:
|
||||||
repo: git.koval.net/cyclane/game-algorithms/wasm-pack-plugin
|
repo: git.koval.net/cyclane/game-algorithms/wasm-pack-plugin
|
||||||
context: tools/wasm-pack-plugin
|
context: tools/wasm-pack-plugin
|
||||||
dockerfile: tools/wasm-pack-plugin/Dockerfile
|
dockerfile: tools/wasm-pack-plugin/Dockerfile
|
||||||
no_cache: true
|
|
||||||
when:
|
when:
|
||||||
branch: main
|
branch: main
|
||||||
path:
|
path:
|
||||||
|
|
Loading…
Reference in New Issue