]> git.mxchange.org Git - friendica-addons.git/commitdiff
Add drone release for addons
authorPhilipp <admin@philipp.info>
Thu, 2 Sep 2021 10:17:03 +0000 (12:17 +0200)
committerPhilipp <admin@philipp.info>
Thu, 2 Sep 2021 10:17:03 +0000 (12:17 +0200)
.drone.yml

index adb54a8586a7a2b0c69a84c5fba206c9cce3ecb7..456c348f073ecb8293f4761a9ccd942d0749731a 100644 (file)
@@ -114,13 +114,13 @@ steps:
       - mkdir ./build
       - # Create artifact for friendica-addons
       - tar \
-        --exclude='./.tx' \
-        --exclude='./.git' \
-        --exclude='./.editorconfig' \
-        --exclude='./.gitattributes' \
-        --exclude='./.gitignore' \
-        --exclude='./.drone.yml' \
-        --exclude='./**/*/messages.po' \
+        --exclude='./.tx'
+        --exclude='./.git'
+        --exclude='./.editorconfig'
+        --exclude='./.gitattributes'
+        --exclude='./.gitignore'
+        --exclude='./.drone.yml'
+        --exclude='./**/*/messages.po'
         -cvjf ./build/$ARTIFACTADDONS --transform "s,^addon,$RELEASEADDONS," addon/
       - # calculate SHA256 checksum
       - sha256sum ./build/$ARTIFACTADDONS > ./build/$ARTIFACTADDONS.sha256