I am a dummy who puts typos everywhere in his code.
This commit is contained in:
parent
7f3e0726c8
commit
560d960ec9
|
@ -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.'
|
||||
|
|
Loading…
Reference in New Issue