File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments