Reverting to older git clone.

This commit is contained in:
Dessalines 2023-04-25 09:24:36 -04:00
parent 24b2c36695
commit aa27b9a2c1

View file

@ -1,10 +1,17 @@
clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
submodule_update_remote: true
# clone:
# git:
# image: woodpeckerci/plugin-git
# settings:
# recursive: true
# submodule_update_remote: true
pipeline:
prepare_repo:
image: alpine:3
commands:
- apk add git
#- git fetch --tags
- git submodule init
- git submodule update --recursive --remote
check_formatting:
image: alpine:3
commands: