forked from friendica/friendica-addons
Merge pull request #1235 from nupplaphil/bug/releaser
Fix CI release prefix
This commit is contained in:
commit
d07a9185be
|
@ -71,7 +71,7 @@ pipeline:
|
||||||
--exclude='.editorconfig'
|
--exclude='.editorconfig'
|
||||||
--exclude='.gitattributes'
|
--exclude='.gitattributes'
|
||||||
--exclude='.gitignore'
|
--exclude='.gitignore'
|
||||||
--exclude='.drone.yml'
|
--exclude='.woodpecker'
|
||||||
--exclude='**/*/messages.po'
|
--exclude='**/*/messages.po'
|
||||||
-cvzf ./build/$ARTIFACT addon/
|
-cvzf ./build/$ARTIFACT addon/
|
||||||
- cd ./build
|
- cd ./build
|
||||||
|
|
|
@ -63,13 +63,17 @@ pipeline:
|
||||||
- apt-get install bzip2
|
- apt-get install bzip2
|
||||||
- mkdir ./build
|
- mkdir ./build
|
||||||
- export VERSION="$(cat VERSION)"
|
- export VERSION="$(cat VERSION)"
|
||||||
- export RELEASE="friendica-full-$VERSION"
|
- export RELEASE="friendica-addons-$VERSION"
|
||||||
- export ARTIFACT="$RELEASE.tar.gz"
|
- export ARTIFACT="$RELEASE.tar.gz"
|
||||||
- tar
|
- tar
|
||||||
--transform "s,^,$RELEASE/,"
|
--exclude='.tx'
|
||||||
-X mods/release-list-exclude.txt
|
--exclude='.git'
|
||||||
-T mods/release-list-include.txt
|
--exclude='.editorconfig'
|
||||||
-cvzf ./build/$ARTIFACT
|
--exclude='.gitattributes'
|
||||||
|
--exclude='.gitignore'
|
||||||
|
--exclude='.woodpecker'
|
||||||
|
--exclude='**/*/messages.po'
|
||||||
|
-cvzf ./build/$ARTIFACT addon/
|
||||||
- cd ./build
|
- cd ./build
|
||||||
- sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"
|
- sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"
|
||||||
- chmod 664 ./*
|
- chmod 664 ./*
|
||||||
|
|
Loading…
Reference in a new issue