Use woodpecker git plugin including remote submodule update (#142)

This commit is contained in:
Nutomic 2023-04-19 04:37:57 +02:00 committed by GitHub
parent 90c7180137
commit e6d8dd07c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: