Skip to content

Commit

Permalink
Merge pull request #100 from Cox-Automotive/modifyReleasePart2
Browse files Browse the repository at this point in the history
Modify Release Attempt 2
  • Loading branch information
amagana3 authored Oct 22, 2020
2 parents abcc300 + b88c2aa commit 86fee19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ release:

shasum -a 256 release/*.tar.gz release/*.zip > release/terraform-provider-alks_v$(TRAVIS_TAG)_SHA256SUMS

# echo "$GPG_KEY" | base64 --decode --ignore-garbage | gpg --batch --allow-secret-key-import --import
echo $(GPG_KEY) | base64 --decode | gpg --batch --no-tty --yes --import

# @gpg --batch -c --passphrase $(GPG_PASSPHRASE) -u C182B91A3A62B0D5 --detach-sign release/terraform-provider-alks_v$(TRAVIS_TAG)_SHA256SUMS
@gpg --pinentry-mode loopback --passphrase $(GPG_PASSPHRASE) -u C182B91A3A62B0D5 --detach-sign release/terraform-provider-alks_v$(TRAVIS_TAG)_SHA256SUMS

rm release/terraform-provider-alks_v$(TRAVIS_TAG).exe

0 comments on commit 86fee19

Please sign in to comment.