fix: Submodule update in workflow
This commit is contained in:
@ -6,7 +6,7 @@ clone:
|
|||||||
- if [ -d .exoci/duckquill ]; then
|
- if [ -d .exoci/duckquill ]; then
|
||||||
- cd .exoci/duckquill
|
- cd .exoci/duckquill
|
||||||
- git pull
|
- git pull
|
||||||
- git submodule update
|
- git submodule update --remote --merge
|
||||||
- else
|
- else
|
||||||
- git clone --recursive https://git.exozy.me/daudix/duckquill.git .exoci/duckquill
|
- git clone --recursive https://git.exozy.me/daudix/duckquill.git .exoci/duckquill
|
||||||
- fi
|
- fi
|
||||||
|
Reference in New Issue
Block a user