From 4e649e73a1ccdd01fdf9113c22245619f57d494b Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Mon, 3 Feb 2020 18:37:58 +0100 Subject: [PATCH] Fix problem related to Debian DEB packaging in CI --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6752745..70e8c3b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,7 +25,7 @@ jobs: steps: - script: | sudo docker build -t espanso-ubuntu . -f ci/ubuntu/Dockerfile - sudo docker run --rm -v "$(pwd):/shared" -it espanso-ubuntu espanso/ci/ubuntu/build_deb.sh + sudo docker run --rm -v "$(pwd):/shared" espanso-ubuntu espanso/ci/ubuntu/build_deb.sh displayName: Setting up docker - template: ci/deploy.yml