Exclude .woodpecker instead of .drone.yml

pull/1235/head
Philipp 2022-02-06 21:50:45 +01:00
parent 444bdfe619
commit 6914b94454
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ pipeline:
--exclude='.editorconfig'
--exclude='.gitattributes'
--exclude='.gitignore'
--exclude='.drone.yml'
--exclude='.woodpecker'
--exclude='**/*/messages.po'
-cvzf ./build/$ARTIFACT addon/
- cd ./build

View File

@ -71,7 +71,7 @@ pipeline:
--exclude='.editorconfig'
--exclude='.gitattributes'
--exclude='.gitignore'
--exclude='.drone.yml'
--exclude='.woodpecker'
--exclude='**/*/messages.po'
-cvzf ./build/$ARTIFACT addon/
- cd ./build