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:
|
clone:
|
||||||
fetch_git_submodules:
|
git:
|
||||||
image: alpine/git
|
image: woodpeckerci/plugin-git
|
||||||
commands:
|
settings:
|
||||||
- git submodule init
|
recursive: true
|
||||||
- git submodule update --recursive
|
submodule_update_remote: true
|
||||||
|
|
||||||
|
pipeline:
|
||||||
yarn:
|
yarn:
|
||||||
image: node:14-alpine
|
image: node:14-alpine
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue