From 3bb47c5845e1af4cbe5b029d0dc38e3db6c0d7b6 Mon Sep 17 00:00:00 2001 From: Philipp Date: Thu, 2 Sep 2021 12:17:03 +0200 Subject: [PATCH] Add drone release for addons --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index adb54a85..456c348f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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