Skip to content

Commit dcc68ed

Browse files
authored
Fixed apple signing (gruntwork-io#654)
1 parent 70b23f0 commit dcc68ed

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 @@ orbs:
55
env: &env
66
environment:
77
GRUNTWORK_INSTALLER_VERSION: v0.0.39
8-
MODULE_CI_VERSION: v0.52.6
8+
MODULE_CI_VERSION: v0.53.3
99

1010
defaults: &defaults
1111
resource_class: medium+
@@ -108,6 +108,9 @@ jobs:
108108
- run:
109109
name: Compile and sign the binaries
110110
command: |
111+
export AC_PASSWORD=${MACOS_AC_PASSWORD}
112+
export AC_PROVIDER=${MACOS_AC_PROVIDER}
113+
111114
sign-binary --install-macos-sign-dependencies --os mac .gon_amd64.hcl
112115
sign-binary --os mac .gon_arm64.hcl
113116
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)