ci: woodpecker: debug clone
This commit is contained in:
parent
6edcb81d10
commit
7f574bf4e6
|
@ -1,5 +1,20 @@
|
||||||
skip_clone: true
|
skip_clone: true
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: debian:stable-backports
|
||||||
|
commands:
|
||||||
|
- apt update
|
||||||
|
- apt install -y inetutils-ping wget git
|
||||||
|
- ping -c 4 git.belanyi.fr
|
||||||
|
- wget git.belanyi.fr
|
||||||
|
- mkdir foobar
|
||||||
|
- cd foobar
|
||||||
|
- git init -b main
|
||||||
|
- git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git
|
||||||
|
- "git fetch --no-tags --depth=1 --filter=tree:0 origin +refs/heads/main:"
|
||||||
|
- ls -la
|
||||||
|
- sleep 9999999
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: hello-world
|
image: hello-world
|
||||||
|
|
Loading…
Reference in a new issue