Skip to content

Commit 9925204

Browse files
authored
Workaround packaging tests failures on debian10 (#113550) (#113556)
This is a workaround until #113549 is addressed
1 parent 1ac1349 commit 9925204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/packaging-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if [ -f "/etc/os-release" ] ; then
4040
# Work around incorrect lintian version
4141
# https://github.com/elastic/elasticsearch/issues/48573
4242
if [ $VERSION_ID == 10 ] ; then
43-
sudo apt-get update -y
43+
sudo apt-get update -y || true
4444
sudo apt-get install -y --allow-downgrades lintian=2.15.0
4545
fi
4646
fi

0 commit comments

Comments
 (0)