]> git.mxchange.org Git - friendica.git/blobdiff - .woodpecker/.continuous-deployment.yml
Add feedback (title/text/html)
[friendica.git] / .woodpecker / .continuous-deployment.yml
index e2642f1fec25960b2df3b3b9c966b46a94778991..69886557e323850ed01cee05f00f12d812924305 100644 (file)
@@ -11,7 +11,20 @@ depends_on:
 
 platform: releaser/release # This prevents executing this pipeline at other servers than ci.friendi.ca
 
+skip_clone: true
+
 pipeline:
+  clone:
+    image: alpine/git
+    commands:
+      - git clone $CI_REPO_LINK .
+      - git checkout $CI_COMMIT_BRANCH
+      - git fetch origin $CI_COMMIT_REF
+      - git merge $CI_COMMIT_SHA
+    when:
+      repo: friendica/friendica
+      branch: [ develop, '*-rc' ]
+      event: push
   restore_cache:
     image: meltwater/drone-cache:dev
     settings: