mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 11:43:42 +00:00
Exclude .woodpecker instead of .drone.yml
This commit is contained in:
parent
444bdfe619
commit
6914b94454
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue