Skip to content

Commit

Permalink
Fix sudo usage in build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
winromulus committed Jan 12, 2020
1 parent eee4196 commit 2722c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 2722c46

Please sign in to comment.