Skip to content

Commit ca41000

Browse files
author
Gianfranco Costamagna
committed
Try to fix noble pipeline, don't exclude sh anymore
1 parent 526fe7b commit ca41000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_viewer_debs_noble.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ echo "DLT_VERSION_STATE: ${DLT_VERSION_STATE}"
2222
echo "PACKAGE_NAME: ${PACKAGE_NAME}"
2323

2424
mkdir -p ./debtmp/${PACKAGE_NAME}-${DLT_VERSION}-${DEBIAN_REVISION}
25-
rsync -a --exclude=debtmp --exclude=*.sh --exclude=*.bat --exclude=cache --exclude=parser --exclude=bionic * debtmp/${PACKAGE_NAME}-${DLT_VERSION}
25+
rsync -a --exclude=debtmp --include=scripts/linux/parse_version.sh --exclude=*.sh --exclude=*.bat --exclude=cache --exclude=parser --exclude=bionic * debtmp/${PACKAGE_NAME}-${DLT_VERSION}
2626

2727
cd debtmp/${PACKAGE_NAME}-${DLT_VERSION}
2828
echo "#############################################"

0 commit comments

Comments
 (0)