From: Philipp Date: Thu, 2 Sep 2021 10:17:03 +0000 (+0200) Subject: Add drone release for addons X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3bb47c5845e1af4cbe5b029d0dc38e3db6c0d7b6;p=friendica-addons.git Add drone release for addons --- 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