From e215cf3729743effa570016a3ca7ec71eb6e6d5b Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 20 Mar 2023 20:45:39 +0000 Subject: [PATCH] fixup! ci: woodpecker: debug clone --- .woodpecker.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 04df094..27a13de 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: