Skip to content

Commit

Permalink
I am a dummy who puts typos everywhere in his code.
Browse files Browse the repository at this point in the history
  • Loading branch information
markiantorno committed Jan 21, 2021
1 parent 7f3e072 commit 560d960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snapshot-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down

0 comments on commit 560d960

Please sign in to comment.