Add drone release for addons

This commit is contained in:
Philipp Holzer 2021-09-02 12:17:03 +02:00
parent c2cd12bc65
commit 3bb47c5845
No known key found for this signature in database
GPG Key ID: 9A28B7D4FF5667BD
1 changed files with 7 additions and 7 deletions

View 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