]> git.mxchange.org Git - friendica.git/blobdiff - .woodpecker/.releaser.yml
Merge pull request #11194 from MrPetovan/bug/11193-post-user-view-body-null
[friendica.git] / .woodpecker / .releaser.yml
index de0d6ba0e5498436c9a4797f026c9166a05b7435..da4dc5b2c3767826a27013e5ef7b49f04814d019 100644 (file)
@@ -9,7 +9,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: stable
+      event: tag
   restore_cache:
     image: meltwater/drone-cache:dev
     settings:
@@ -35,6 +48,8 @@ pipeline:
       repo: friendica/friendica
       branch: stable
       event: tag
+    volumes:
+      - /etc/hosts:/etc/hosts
   create_artifacts:
     image: debian
     commands: