Skip to content

Commit

Permalink
Revert "Fix artifact signing on semaphore using confluent-packaging g…
Browse files Browse the repository at this point in the history
…pg key"

This reverts commit 8f317f7.
  • Loading branch information
codyaray committed Jul 30, 2018
1 parent 2b18b5a commit 0e1c2d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ archive:

sign:
artifacts: checksum
# assumes SemaphoreCI gpg has these secret files already
args: ["--batch", "no-use-agent", "--passphrase-file", "/home/runner/confluent-packaging-private.passphrase", "--output", "${signature}", "--detach-sign", "${artifact}"]

changelog:
sort: asc
Expand Down
4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
source = "github.com/codyaray/sling"
branch = "jsonpb"

[[constraint]]
name = "github.com/hashicorp/hcl"
revision = "ef8a98b0bbce4a65b5aa4c368430a80ddc533168"

[prune]
go-tests = true
unused-packages = true
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,11 @@ release: get-release-image commit-release tag-release
.PHONY: release-ci
release-ci:
ifeq ($(BRANCH_NAME),master)
make init-gpg
make release
else
true
endif

.PHONY: init-gpg
init-gpg:
# assumes SemaphoreCI gpg has these secret files already
gpg --import ~/confluent-packaging-public.key
gpg --passphrase ~/confluent-packaging-private.passphrase --allow-secret-key-import --import ~/confluent-packaging-private.key

.PHONY: lint
lint:
gometalinter ./... --vendor
Expand Down

0 comments on commit 0e1c2d5

Please sign in to comment.