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