]> git.mxchange.org Git - friendica-addons.git/commitdiff
Fix drone artifact compression parameter
authorPhilipp <admin@philipp.info>
Sat, 11 Sep 2021 18:00:13 +0000 (20:00 +0200)
committerPhilipp <admin@philipp.info>
Sat, 11 Sep 2021 18:00:13 +0000 (20:00 +0200)
.drone.yml

index 3be1aa2d7063e400ddfc385d6f20dae4337e68c0..82f5410ae238ffc2093971b72de55f591c9eda65 100644 (file)
@@ -121,7 +121,7 @@ steps:
         --exclude='.gitignore'
         --exclude='.drone.yml'
         --exclude='**/*/messages.po'
-        -cvjf ./build/$ARTIFACT addon/
+        -cvzf ./build/$ARTIFACT addon/
       - # calculate SHA256 checksum
       - cd ./build
       - sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"
@@ -225,7 +225,7 @@ steps:
         --exclude='.gitignore'
         --exclude='.drone.yml'
         --exclude='**/*/messages.po'
-        -cvjf ./build/$ARTIFACT addon/
+        -cvzf ./build/$ARTIFACT addon/
       - # calculate SHA256 checksum
       - cd ./build
       - sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"