[CI] Don't use sudo anywhere

We're already running as root, and sudo is not installed
This commit is contained in:
yuvipanda
2018-06-29 02:41:47 -07:00
parent d5828192f8
commit 061b77e944

View File

@@ -47,7 +47,7 @@ jobs:
gnupg2 \
software-properties-common
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/debian \
$(lsb_release -cs) \