Skip to content

Commit 24e5876

Browse files
author
Eric Tran
committed
Remove dump1090.deb reference in Jenkinsfile breaking builds
1 parent 6a4a239 commit 24e5876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ node(label: 'raspberrypi') {
3939
}
4040

4141
stage("Test install on ${dist}") {
42-
sh "BRANCH=${env.BRANCH_NAME} /build/pi-builder/scripts/validate-packages.sh ${dist} ${results}/dump1090-fa_*.deb ${results}/dump1090_*.deb"
42+
sh "BRANCH=${env.BRANCH_NAME} /build/pi-builder/scripts/validate-packages.sh ${dist} ${results}/dump1090-fa_*.deb"
4343
}
4444
}
4545

0 commit comments

Comments
 (0)