Skip to content

Commit

Permalink
Fix problem related to Debian DEB packaging in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
federico-terzi committed Feb 3, 2020
1 parent 02b9204 commit 4e649e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -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

Expand Down

0 comments on commit 4e649e7

Please sign in to comment.