]> git.mxchange.org Git - friendica.git/blobdiff - .woodpecker/.continuous-deployment.yml
Make network counts at the group level system level configurable
[friendica.git] / .woodpecker / .continuous-deployment.yml
index 69886557e323850ed01cee05f00f12d812924305..5a29fe61295c627914f762fdd4c0906823a73746 100644 (file)
@@ -9,7 +9,10 @@ depends_on:
   - database_checks
   - messages.po_check
 
-platform: releaser/release # This prevents executing this pipeline at other servers than ci.friendi.ca
+# This prevents executing this pipeline at other servers than ci.friendi.ca
+labels:
+  location: friendica
+  type: releaser
 
 skip_clone: true
 
@@ -62,7 +65,7 @@ pipeline:
       - export RELEASE="friendica-full-$VERSION"
       - export ARTIFACT="$RELEASE.tar.gz"
       - tar
-        --transform "s,^,$RELEASE/,"
+        --transform "s,^,$RELEASE/,S"
         -X mods/release-list-exclude.txt
         -T mods/release-list-include.txt
         -cvzf ./build/$ARTIFACT