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 69b1865 commit 8630c22Copy full SHA for 8630c22
packaging/cp/verify-packages.sh
@@ -54,8 +54,6 @@ verify_debian_distros() {
54
local platform=$1
55
local version=$2
56
echo "#### Verifying Debian packages for $platform ####"
57
- # Last Debian 10 version is 2.5.0
58
- verify_debian debian:10 "2.5.0"
59
verify_debian debian:11 $version
60
verify_debian debian:12 $version
61
verify_debian ubuntu:20.04 $version
0 commit comments