forked from friendica/friendica-addons
Exclude .woodpecker instead of .drone.yml
This commit is contained in:
parent
444bdfe619
commit
6914b94454
|
@ -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