We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac1349 commit 9925204Copy full SHA for 9925204
.ci/scripts/packaging-test.sh
@@ -40,7 +40,7 @@ if [ -f "/etc/os-release" ] ; then
40
# Work around incorrect lintian version
41
# https://github.com/elastic/elasticsearch/issues/48573
42
if [ $VERSION_ID == 10 ] ; then
43
- sudo apt-get update -y
+ sudo apt-get update -y || true
44
sudo apt-get install -y --allow-downgrades lintian=2.15.0
45
fi
46
0 commit comments