Skip to content

Commit 2722c46

Browse files
committed
Fix sudo usage in build scripts
1 parent eee4196 commit 2722c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ stages:
5757
curl \
5858
gnupg2 \
5959
software-properties-common
60-
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
60+
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
6161
add-apt-repository \
6262
"deb [arch=armhf] https://download.docker.com/linux/ubuntu \
6363
$(lsb_release -cs) \

0 commit comments

Comments
 (0)