X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.woodpecker%2F.releaser.yml;h=006bcfec37858259cbdf092032d777cc81095459;hb=57ab2a42944afb56018735d68a5142b367503a29;hp=482ea5429dfd01e10d83d6603cf5f8f9f9d8a096;hpb=87bb4d44a2eccec4180b9cd0a70f9011b3b759bc;p=friendica.git diff --git a/.woodpecker/.releaser.yml b/.woodpecker/.releaser.yml index 482ea5429d..006bcfec37 100644 --- a/.woodpecker/.releaser.yml +++ b/.woodpecker/.releaser.yml @@ -9,11 +9,11 @@ labels: skip_clone: true -pipeline: +steps: clone: image: alpine/git commands: - - git clone $CI_REPO_LINK . + - git clone $CI_REPO_CLONE_URL . - git checkout $CI_COMMIT_BRANCH - git fetch origin $CI_COMMIT_REF - git merge $CI_COMMIT_SHA