Skip to content

Commit

Permalink
SL-18837: comment out (effectively) the code-signing portion of the s…
Browse files Browse the repository at this point in the history
…cript for macOS for now while we move to GHA - noted in master spreadsheet as something to return to
  • Loading branch information
callumlinden committed Mar 17, 2023
1 parent aec8608 commit f149ccd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ source_environment_tempfile="$stage/source_environment.sh"
build=${AUTOBUILD_BUILD_ID:=0}
echo "${HUNSPELL_VERSION}.${build}" > "${stage}/VERSION.txt"

# IMPORTANT: (Effectively) removing the code signing step for macOS
# builds with this declaration during the move to GHA. It will
# need to be added back in once we have a strategy for doing so.
build_secrets_checkout=""

pushd "$HUNSPELL_SOURCE_DIR"
case "$AUTOBUILD_PLATFORM" in
windows*)
Expand Down

0 comments on commit f149ccd

Please sign in to comment.