From a8257fd9ed63f5204dc0b9505300a9a8200b25ad Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Sun, 7 Aug 2022 01:12:44 +0000 Subject: [PATCH] fix ci --- .woodpecker/wasm-o-x-rust.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker/wasm-o-x-rust.yml b/.woodpecker/wasm-o-x-rust.yml index 8a966a3..dd4b2a9 100644 --- a/.woodpecker/wasm-o-x-rust.yml +++ b/.woodpecker/wasm-o-x-rust.yml @@ -1,6 +1,7 @@ pipeline: build: - image: git.koval.net/cyclane/game-algorithms/wasm-pack + image: git.koval.net/cyclane/game-algorithms/wasm-pack-plugin + pull: true settings: actions: build folder: wasm/o-x-rust @@ -13,7 +14,7 @@ pipeline: - wasm/o-x-rust/* - .woodpecker/wasm-o-x-rust.yml build and publish: - image: git.koval.net/cyclane/game-algorithms/wasm-pack + image: git.koval.net/cyclane/game-algorithms/wasm-pack-plugin pull: true settings: actions: build,publish