Skip to content

Commit

Permalink
Merge pull request #98 from Cox-Automotive/temporaryRevert
Browse files Browse the repository at this point in the history
[REVERT] Make File Changes
  • Loading branch information
amagana3 committed Oct 20, 2020
2 parents 88a3146 + 2c5c9a2 commit abcc300
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 --ignore-garbage | gpg --batch --allow-secret-key-import --import

@gpg --batch -c --passphrase $(GPG_PASSPHRASE) -u C182B91A3A62B0D5 --detach-sign release/terraform-provider-alks_v$(TRAVIS_TAG)_SHA256SUMS
# @gpg --batch -c --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 abcc300

Please sign in to comment.