From 061b77e94403347e5ebc16ca4d1618ff80ace319 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Fri, 29 Jun 2018 02:41:47 -0700 Subject: [PATCH] [CI] Don't use sudo anywhere We're already running as root, and sudo is not installed --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6730cee..0ce97f3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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) \