From b5cd5ea891dbd457a2ca27901e109ccadd51dab8 Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Sun, 17 Feb 2019 20:28:11 +0000 Subject: [PATCH] No sudo ? --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bd2f156..fcfac9b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ pool: container: 'ubuntu:18.04' steps: -- script: sudo apt-get install python3-dev vim +- script: apt-get install python3-dev vim displayName: 'Install vim' - script: python3 install_gadget.py