fixup! ci: woodpecker: debug clone
This commit is contained in:
parent
e3f58a41b5
commit
e215cf3729
|
@ -9,8 +9,8 @@ pipeline:
|
||||||
- cd foo
|
- cd foo
|
||||||
- git config --list
|
- git config --list
|
||||||
- git init
|
- git init
|
||||||
- git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git
|
- git remote add origin https://github.com/git/git.git
|
||||||
- "git fetch --no-tags --depth=1 origin +refs/heads/main:"
|
- "git fetch --no-tags --depth=1 origin +refs/heads/master:"
|
||||||
- ls -la
|
- ls -la
|
||||||
|
|
||||||
git-drone:
|
git-drone:
|
||||||
|
@ -21,8 +21,8 @@ pipeline:
|
||||||
- cd bar
|
- cd bar
|
||||||
- git config --list
|
- git config --list
|
||||||
- git init
|
- git init
|
||||||
- git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git
|
- git remote add origin https://github.com/git/git.git
|
||||||
- "git fetch --no-tags --depth=1 origin +refs/heads/main:"
|
- "git fetch --no-tags --depth=1 origin +refs/heads/master:"
|
||||||
- ls -la
|
- ls -la
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
@ -37,8 +37,8 @@ pipeline:
|
||||||
- cd foobar
|
- cd foobar
|
||||||
- git config --list
|
- git config --list
|
||||||
- git init
|
- git init
|
||||||
- git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git
|
- git remote add origin https://github.com/git/git.git
|
||||||
- "git fetch --no-tags --depth=1 origin +refs/heads/main:"
|
- "git fetch --no-tags --depth=1 origin +refs/heads/master:"
|
||||||
- ls -la
|
- ls -la
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue