Skip to content

Commit

Permalink
Variable name fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
markiantorno committed Jan 21, 2021
1 parent 560d960 commit c09b139
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.gpg
gpg --import --no-tty --batch --yes $(Agent.TempDirectory)/private.gpg
gpg --import --no-tty --batch --yes $(Agent.TempDirectory)/public.pgp
gpg --import --no-tty --batch --yes $(Agent.TempDirectory)/private.pgp
gpg --list-keys --keyid-format LONG
gpg --list-secret-keys --keyid-format LONG
displayName: 'Import signing keys into gpg.'
Expand All @@ -57,8 +57,8 @@ steps:
<servers>
<server>
<id>ossrh</id>
<username>$(SONATYPE_USER)</username>
<password>$(SONATYPE_PASS)</password>
<username>$(SONATYPE_USERNAME)</username>
<password>$(SONATYPE_PASSWORD)</password>
</server>
</servers>
<profiles>
Expand Down

0 comments on commit c09b139

Please sign in to comment.