diff --git a/BuildAssets/test-linux-package.sh b/BuildAssets/test-linux-package.sh index 64015e00e2..735832fb07 100755 --- a/BuildAssets/test-linux-package.sh +++ b/BuildAssets/test-linux-package.sh @@ -15,13 +15,6 @@ if [[ "$OSRELID" == "rhel" && ( -z "$REDHAT_SUBSCRIPTION_USERNAME" || -z "$REDHA exit 1 fi -if [[ "$OSRELID" == "debian" ]]; then - OSRELVERSIONID="$(. /etc/os-release && echo $VERSION_ID)" - if [[ "$OSRELVERSIONID" == "9" ]]; then - # from https://unix.stackexchange.com/a/743865 - echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list - fi -fi # Install the package (with any needed docker config, system registration, dependencies) using a script from 'linux-package-feeds'.