plugin changes
ci/woodpecker/push/tools-wasm-pack-plugin Pipeline was successful Details
ci/woodpecker/push/wasm-o-x-rust Pipeline was successful Details

This commit is contained in:
Gleb Koval 2022-08-07 00:51:10 +00:00
parent 9dfe4eb2ef
commit f0efd4b6c1
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 11 additions and 1 deletions

View File

@ -13,4 +13,4 @@ RUN apk add --no-cache \
&& rustup target add wasm32-unknown-unknown \
&& chmod +x /bin/plugin.sh
ENTRYPOINT /bin/plugin.sh
ENTRYPOINT ["/bin/sh", "/bin/plugin.sh"]

View File

@ -7,6 +7,16 @@
# publish: username, token
# build:
echo wasm-pack plugin
pwd
echo actions: ${PLUGIN_ACTIONS}
echo username: ${PLUGIN_USERNAME}
echo registry: ${PLUGIN_REGISTRY:-https://registry.npmjs.org/}
echo scope: ${PLUGIN_SCOPE}
echo folder: ${PLUGIN_FOLDER:-.}
echo build_profile: ${PLUGIN_BUILD_PROFILE:-release}
echo make: ${PLUGIN_MAKE}
set -eu
cd ${PLUGIN_FOLDER:-.}