From 4c4e3486d307695ebb52e1ec5eb8e1380b1a156f Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Sat, 14 Oct 2023 15:35:34 +0000 Subject: [PATCH] fix: Submodule update in workflow --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7789a8f..0ee94c5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,7 @@ clone: - if [ -d .exoci/duckquill ]; then - cd .exoci/duckquill - git pull - - git submodule update + - git submodule update --remote --merge - else - git clone --recursive https://git.exozy.me/daudix/duckquill.git .exoci/duckquill - fi