]> git.mxchange.org Git - friendica.git/blobdiff - .woodpecker/.releaser.yml
Merge pull request #13374 from friendica/update-htaccess
[friendica.git] / .woodpecker / .releaser.yml
index 482ea5429dfd01e10d83d6603cf5f8f9f9d8a096..006bcfec37858259cbdf092032d777cc81095459 100644 (file)
@@ -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