Skip to content

Commit

Permalink
fix(ci): Non-interactively install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ngrewe committed Jul 25, 2020
1 parent 32584c7 commit 83d10be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ stages:
- script: |
sudo apt-get update -qq
sudo apt-get install -yqq debhelper dh-systemd python3-all python3-setuptools
env:
DEBIAN_FRONTEND: noninteractive
displayName: Install Debian Packaging Tools
- bash: |
pushd vault-ssh-renew-*
Expand Down

0 comments on commit 83d10be

Please sign in to comment.