1
0
Fork 0

Codechange: [AzurePipeline] move docs and source to developer files section

pull/7832/head
glx 2019-11-10 21:29:08 +01:00 committed by glx22
parent e3511ecacd
commit 196247ae71
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ FILES=
DEV_FILES=
for filename in $(ls ${FOLDER} | grep -v ".txt$\|.md$\|sum$" | sort); do
case ${filename} in
*docs* |\
*source* |\
*dbg.deb |\
*pdb.xz )
DEV_FILES+=" ${filename}"