Testing
This commit is contained in:
parent
8b85177ce6
commit
ed7a2d487d
|
@ -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:
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue