Testing
This commit is contained in:
parent
8b85177ce6
commit
ed7a2d487d
|
@ -22,6 +22,7 @@ pipeline:
|
||||||
from_secret: DEPLOY_TOKEN
|
from_secret: DEPLOY_TOKEN
|
||||||
repo: git.koval.net/cyclane/game-algorithms/wasm-pack-plugin
|
repo: git.koval.net/cyclane/game-algorithms/wasm-pack-plugin
|
||||||
tags: latest
|
tags: latest
|
||||||
|
force_tag: true
|
||||||
context: tools/wasm-pack-plugin
|
context: tools/wasm-pack-plugin
|
||||||
dockerfile: tools/wasm-pack-plugin/Dockerfile
|
dockerfile: tools/wasm-pack-plugin/Dockerfile
|
||||||
when:
|
when:
|
||||||
|
|
|
@ -9,8 +9,8 @@ RUN apk add --no-cache \
|
||||||
perl \
|
perl \
|
||||||
zlib \
|
zlib \
|
||||||
make \
|
make \
|
||||||
&& cargo install wasm-pack \
|
# && cargo install wasm-pack \
|
||||||
&& rustup target add wasm32-unknown-unknown \
|
# && rustup target add wasm32-unknown-unknown \
|
||||||
&& chmod +x /bin/plugin.sh
|
&& chmod +x /bin/plugin.sh
|
||||||
|
|
||||||
ENTRYPOINT /bin/plugin.sh
|
ENTRYPOINT /bin/plugin.sh
|
Loading…
Reference in New Issue