mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
Use woodpecker git plugin including remote submodule update (#142)
This commit is contained in:
parent
90c7180137
commit
e6d8dd07c2
1 changed files with 7 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue