8000 Merge pull request #408 from hashicorp/remove-codesign · hashicorp/go-getter@d229395 · GitHub
[go: up one dir, main page]

Skip to content

Commit d229395

Browse files
authored
Merge pull request #408 from hashicorp/remove-codesign
remove codesign entirely from go-getter
2 parents 611343a + b55f8f7 commit d229395

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,7 @@ jobs:
2727
uses: hashicorp/setup-signore@v1
2828
with:
2929
github-token: ${{secrets.SIGNORE_TOKEN}}
30-
- name: Install hc-codesign
31-
id: codesign
32-
run: |
33-
docker login docker.pkg.github.com -u docker -p $GITHUB_TOKEN && \
34-
docker pull docker.pkg.github.com/hashicorp/hc-codesign/hc-codesign:$VERSION && \
35-
echo "::set-output name=image::docker.pkg.github.com/hashicorp/hc-codesign/hc-codesign:$VERSION"
36-
env:
37-
VERSION: v0
38-
GITHUB_TOKEN: ${{ secrets.CODESIGN_GITHUB_TOKEN }}
30+
3931
- name: Install wget & clamAV antivirus scanner
4032
run : |
4133
sudo apt-get update
@@ -60,7 +52,6 @@ jobs:
6052
args: release --skip-validate --timeout "60m"
6153
env:
6254
PGP_KEY_ID: ${{ secrets.PGP_KEY_ID }}
63-
CODESIGN_IMAGE: ${{ steps.codesign.outputs.image }}
6455
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6556
ARTIFACTORY_TOKEN: ${{ secrets.ARTIFACTORY_TOKEN }}
6657
ARTIFACTORY_USER: ${{ secrets.ARTIFACTORY_USER }}

.goreleaser.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ builds:
88
- darwin_amd64
99
- windows_386
1010
- windows_amd64
11-
hooks:
12-
post: |
13-
docker run
14-
-e ARTIFACTORY_TOKEN={{ .Env.ARTIFACTORY_TOKEN }}
15-
-e ARTIFACTORY_USER={{ .Env.ARTIFACTORY_USER }}
16-
-e CIRCLE_TOKEN={{ .Env.CIRCLE_TOKEN }}
17-
-v {{ dir .Path }}:/workdir
18-
{{ .Env.CODESIGN_IMAGE }}
19-
sign -product-name={{ .ProjectName }} {{ .Name }}
2011
dir: ./cmd/go-getter/
2112
flags:
2213
- -trimpath

0 commit comments

Comments
 (0)
0