File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
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"
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ bundle_id = "io.gruntwork.app.terragrunt"
77
88apple_id {
99 username = " machine.apple@gruntwork.io"
10- password = " @env:MACOS_AC_PASSWORD"
1110}
1211
1312sign {
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ bundle_id = "io.gruntwork.app.terragrunt"
77
88apple_id {
99 username = " machine.apple@gruntwork.io"
10- password = " @env:MACOS_AC_PASSWORD"
1110}
1211
1312sign {
You can’t perform that action at this time.
0 commit comments