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