diff --git a/.woodpecker.yml b/.woodpecker.yml index d6c7a40..04df094 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,7 +8,7 @@ pipeline: - mkdir foo - cd foo - git config --list - - git init -b main + - git init - git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git - "git fetch --no-tags --depth=1 origin +refs/heads/main:" - ls -la @@ -19,6 +19,7 @@ pipeline: commands: - mkdir bar - 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:" @@ -34,7 +35,8 @@ pipeline: - wget git.belanyi.fr - mkdir foobar - cd foobar - - git init -b main + - 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:" - ls -la