Skip to content

Commit fd5666c

Browse files
authored
Usage of new tool for Apple signing (#150)
Usage of new tool for macos signing
1 parent 070d1a6 commit fd5666c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.circleci/config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env: &env
55
TERRAGRUNT_VERSION: NONE
66
PACKER_VERSION: NONE
77
GRUNTWORK_INSTALLER_VERSION: v0.0.39
8-
MODULE_CI_VERSION: v0.52.6
8+
MODULE_CI_VERSION: v0.53.3
99
GOLANG_VERSION: 1.18
1010
GO111MODULE: auto
1111
CGO_ENABLED: 1
@@ -81,6 +81,9 @@ jobs:
8181
- run:
8282
name: Compile and sign the binaries
8383
command: |
84+
export AC_PASSWORD=${MACOS_AC_PASSWORD}
85+
export AC_PROVIDER=${MACOS_AC_PROVIDER}
86+
8487
sign-binary --install-macos-sign-dependencies --os mac .gon_amd64.hcl
8588
sign-binary --os mac .gon_arm64.hcl
8689
echo "Done signing the binary"

.gon_amd64.hcl

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ bundle_id = "io.gruntwork.app.terragrunt"
77

88
apple_id {
99
username = "[email protected]"
10-
password = "@env:MACOS_AC_PASSWORD"
1110
}
1211

1312
sign {

.gon_arm64.hcl

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ bundle_id = "io.gruntwork.app.terragrunt"
77

88
apple_id {
99
username = "[email protected]"
10-
password = "@env:MACOS_AC_PASSWORD"
1110
}
1211

1312
sign {

0 commit comments

Comments
 (0)