Skip to content

Commit 4b2b27a

Browse files
committed
Remove references to unsupported platforms
1 parent aa10106 commit 4b2b27a

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

  • integration_test/third_party_apps_test/applications/aerospike/debian_ubuntu

integration_test/third_party_apps_test/applications/aerospike/debian_ubuntu/install

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,13 @@ source /etc/os-release
3333
case $ID in
3434
debian)
3535
case "$VERSION_ID" in
36-
9*) debian_version="debian9";;
37-
10*) debian_version="debian10";;
3836
11*) debian_version="debian11";;
3937
*) echo "Found version: $VERSION_ID, supported versions are 9/10/11";;
4038
esac
4139
os_version=$debian_version
4240
;;
4341
ubuntu)
4442
case "$VERSION_ID" in
45-
18*) ubuntu_version="ubuntu18.04";;
46-
20*) ubuntu_version="ubuntu20.04";;
4743
22*) ubuntu_version="ubuntu22.04";;
4844
24*) ubuntu_version="ubuntu24.04";;
4945
25*) ubuntu_version="ubuntu25.04";;
@@ -54,9 +50,7 @@ case $ID in
5450
esac
5551

5652
case $os_version in
57-
debian9|ubuntu18.04)
58-
install_5;;
59-
debian10|debian11|ubuntu20.04|ubuntu22.04)
53+
debian11|ubuntu20.04|ubuntu22.04)
6054
install_6;;
6155
ubuntu24.04|ubuntu25.04)
6256
install_7;;

0 commit comments

Comments
 (0)