Testing
ci/woodpecker/push/tools-wasm-pack-plugin Pipeline failed Details
ci/woodpecker/push/wasm-o-x-rust unknown status Details

This commit is contained in:
Gleb Koval 2022-08-06 23:27:46 +00:00
parent 8b85177ce6
commit ed7a2d487d
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 3 additions and 2 deletions

View File

@ -22,6 +22,7 @@ pipeline:
from_secret: DEPLOY_TOKEN
repo: git.koval.net/cyclane/game-algorithms/wasm-pack-plugin
tags: latest
force_tag: true
context: tools/wasm-pack-plugin
dockerfile: tools/wasm-pack-plugin/Dockerfile
when:

View File

@ -9,8 +9,8 @@ RUN apk add --no-cache \
perl \
zlib \
make \
&& cargo install wasm-pack \
&& rustup target add wasm32-unknown-unknown \
# && cargo install wasm-pack \
# && rustup target add wasm32-unknown-unknown \
&& chmod +x /bin/plugin.sh
ENTRYPOINT /bin/plugin.sh