mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 08:03:45 +00:00
Merge pull request #1168 from nupplaphil/bug/drone_gzip
Fix drone artifact compression parameter
This commit is contained in:
commit
c7771ac8c3
1 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ steps:
|
||||||
--exclude='.gitignore'
|
--exclude='.gitignore'
|
||||||
--exclude='.drone.yml'
|
--exclude='.drone.yml'
|
||||||
--exclude='**/*/messages.po'
|
--exclude='**/*/messages.po'
|
||||||
-cvjf ./build/$ARTIFACT addon/
|
-cvzf ./build/$ARTIFACT addon/
|
||||||
- # calculate SHA256 checksum
|
- # calculate SHA256 checksum
|
||||||
- cd ./build
|
- cd ./build
|
||||||
- sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"
|
- sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"
|
||||||
|
@ -225,7 +225,7 @@ steps:
|
||||||
--exclude='.gitignore'
|
--exclude='.gitignore'
|
||||||
--exclude='.drone.yml'
|
--exclude='.drone.yml'
|
||||||
--exclude='**/*/messages.po'
|
--exclude='**/*/messages.po'
|
||||||
-cvjf ./build/$ARTIFACT addon/
|
-cvzf ./build/$ARTIFACT addon/
|
||||||
- # calculate SHA256 checksum
|
- # calculate SHA256 checksum
|
||||||
- cd ./build
|
- cd ./build
|
||||||
- sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"
|
- sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"
|
||||||
|
|
Loading…
Reference in a new issue