updated apt_install_packages.sh

pull/2/head
Hari Sekhon 5 years ago
parent bdbb283ad2
commit c01a2725f2

@ -104,6 +104,7 @@ if is_CI; then
# bash-tools/Makefile.in:212: recipe for target 'system-packages' failed
if is_appveyor && [ -f /etc/apt/sources.list ]; then
$sudo sed -i '/https:\/\/packages.microsoft.com\/ubuntu\/.*\/mssql-server/d' /etc/apt/sources.list
apt-get purge -y mssql-server
fi
fi

Loading…
Cancel
Save