From e6d8dd07c2dcbd365d960d42f7d8de9a1deac74a Mon Sep 17 00:00:00 2001 From: Nutomic Date: Wed, 19 Apr 2023 04:37:57 +0200 Subject: [PATCH] Use woodpecker git plugin including remote submodule update (#142) --- .woodpecker.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8ea3c18..529ca88 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,10 +1,11 @@ -pipeline: - fetch_git_submodules: - image: alpine/git - commands: - - git submodule init - - git submodule update --recursive +clone: + git: + image: woodpeckerci/plugin-git + settings: + recursive: true + submodule_update_remote: true +pipeline: yarn: image: node:14-alpine commands: