From 2722c468b385823d300e04d230fe753424b4ee65 Mon Sep 17 00:00:00 2001 From: Romeo Dumitrescu Date: Sun, 12 Jan 2020 20:51:30 +0200 Subject: [PATCH] Fix sudo usage in build scripts --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 2b40353..5475826 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -57,7 +57,7 @@ stages: curl \ gnupg2 \ software-properties-common - curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - + curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - add-apt-repository \ "deb [arch=armhf] https://download.docker.com/linux/ubuntu \ $(lsb_release -cs) \