Skip to content

Commit

Permalink
Receive GPG key while publishing artifacts (#122)
Browse files Browse the repository at this point in the history
* Receive GPG key while publishing artifacts

* Build on CircleCI

* Revert "Build on CircleCI"

This reverts commit 12e09d1.

* Changelog
  • Loading branch information
rbreslow authored Jun 9, 2020
1 parent 035e114 commit 962199e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ aliases:
- run:
name: "Import signing key"
command: |
gpg --keyserver keyserver.ubuntu.com \
--recv-keys 0x13E9AA1D8153E95E && \
echo "${GPG_KEY}" | base64 -d > signing_key.asc && \
gpg --batch \
--passphrase "${GPG_PASSPHRASE}" \
--import signing_key.asc
gpg --import signing_key.asc
- run:
name: Executing cipublish
command: ./scripts/cipublish
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add TargetCell Parameter to Focal operations [#118](https://github.com/geotrellis/maml/pull/118)
- Expose Focal Slope and Hillshade zFactor [#119](https://github.com/geotrellis/maml/pull/119)
- RGB composite as MAML operation, Rescale and Normalize nodes [#114](https://github.com/geotrellis/maml/issues/114)
- Receive GPG key while publishing artifacts [#122](https://github.com/geotrellis/maml/issues/122)

## [0.6.0] - 2020-02-06
### Added
Expand Down

0 comments on commit 962199e

Please sign in to comment.