Sudo the pipeline command

This commit is contained in:
Tadgh 2024-01-19 09:39:10 -08:00
parent 84f0bb4f34
commit bb99d3bf9a
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ steps:
# 3. Import keys into gpg
- bash: |
apt update
apt install -y gpg
sudo apt update
sudo apt install -y gpg
gpg --import --no-tty --batch --yes $(Agent.TempDirectory)/public.key
gpg --import --no-tty --batch --yes $(Agent.TempDirectory)/private.key
gpg --list-keys --keyid-format LONG