CI: Disable the manual clone step
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-02-03 18:48:53 +00:00
parent 8d10dbce26
commit 34366a31ad
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
2 changed files with 6 additions and 10 deletions

3
.gitmodules vendored
View File

@ -1,15 +1,12 @@
[submodule "deps/llvm-project"]
path = deps/llvm-project
url = https://github.com/llvm/llvm-project.git
shallow = true
[submodule "deps/bdwgc"]
path = deps/bdwgc
url = https://github.com/ivmai/bdwgc.git
branch = release-8_2
shallow = true
[submodule "deps/include-what-you-use"]
path = deps/include-what-you-use
url = https://github.com/include-what-you-use/include-what-you-use.git
shallow = true

View File

@ -1,13 +1,12 @@
clone:
git:
image: woodpeckerci/plugin-git
settings:
depth: 1
lfs: false
# clone:
# git:
# image: woodpeckerci/plugin-git
# settings:
# depth: 1
pipeline:
Prepare:
image: alpine
commands:
- ls
- ./builder setup
- bashe ./builder setup