From bb75444711c46d7e5c1fa0a08cd31acea45e2fbd Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Tue, 30 Jun 2020 11:47:35 +0200 Subject: [PATCH] Fix snap -> snapd --- .azure-pipelines/templates/stages/deploy-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/stages/deploy-stage.yml b/.azure-pipelines/templates/stages/deploy-stage.yml index 8e78b5e52..772faa181 100644 --- a/.azure-pipelines/templates/stages/deploy-stage.yml +++ b/.azure-pipelines/templates/stages/deploy-stage.yml @@ -17,7 +17,7 @@ stages: steps: - bash: | sudo apt-get update - sudo apt-get install -y --no-install-recommends snap + sudo apt-get install -y --no-install-recommends snapd sudo snap install --classic snapcraft displayName: Install dependencies - task: DownloadPipelineArtifact@2