Skip to content

Commit 6c2b14f

Browse files
committed
Fix sudo usage in pipelines
1 parent 766bc37 commit 6c2b14f

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
@@ -90,7 +90,7 @@ stages:
9090
curl \
9191
gnupg2 \
9292
software-properties-common
93-
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
93+
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
9494
add-apt-repository \
9595
"deb [arch=armhf] https://download.docker.com/linux/ubuntu \
9696
$(lsb_release -cs) \

0 commit comments

Comments
 (0)