Skip to content

Commit d777155

Browse files
author
Adam Cozzette
committed
Updated collect_all_artifacts.sh to avoid installing apt-transport-https
The installation of apt-transport-https is failing and causing this script to exit early. I suspect the package is no longer needed since recent versions have moved it into the apt package, so this change updates the script to stop trying to install apt-transport-https.
1 parent 66e5185 commit d777155

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kokoro/release/collect_all_artifacts.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ cp ${INPUT_ARTIFACTS_DIR}/build64/src/protoc protoc/macosx_x64/protoc
4949
# Install nuget (will also install mono)
5050
# TODO(jtattermusch): use "mono:5.14" docker image instead so we don't have to apt-get install
5151
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
52-
sudo apt install apt-transport-https
5352
echo "deb https://download.mono-project.com/repo/ubuntu stable-trusty main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
5453
sudo apt update
5554
sudo apt-get install -y nuget

0 commit comments

Comments
 (0)