I am a dummy who puts typos everywhere in his code.

This commit is contained in:
Mark Iantorno 2021-01-21 15:53:29 -05:00
parent 7f3e0726c8
commit 560d960ec9
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ steps:
# 3. Import keys into gpg
- bash: |
gpg --import --no-tty --batch --yes $(Agent.TempDirectory)/public.key
gpg --import --no-tty --batch --yes $(Agent.TempDirectory)/private.key
gpg --import --no-tty --batch --yes $(Agent.TempDirectory)/public.gpg
gpg --import --no-tty --batch --yes $(Agent.TempDirectory)/private.gpg
gpg --list-keys --keyid-format LONG
gpg --list-secret-keys --keyid-format LONG
displayName: 'Import signing keys into gpg.'