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: # clone:
git: # git:
image: woodpeckerci/plugin-git # image: woodpeckerci/plugin-git
settings: # settings:
recursive: true # recursive: true
submodule_update_remote: true # submodule_update_remote: true
pipeline: pipeline:
prepare_repo:
image: alpine:3
commands:
- apk add git
#- git fetch --tags
- git submodule init
- git submodule update --recursive --remote
check_formatting: check_formatting:
image: alpine:3 image: alpine:3
commands: commands: