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: