Skip to content

Commit

Permalink
Make it more obvious that keychain-{prep,post} are for CI use only
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsj committed Mar 9, 2022
1 parent 65e98ba commit 3bca009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ function usage() {
echo " test - Test ${APP_NAME}.app"
echo " validate - Validate signature/gatekeeper/entitlements"
echo " docs - Build documentation"
echo " keychain-prep - Prepare a new default Keychain with required secrets for signing/notarizing"
echo " keychain-post - Remove Keychain secrets"
echo " keychain-prep - (CI Only) Prepare a new default Keychain with required secrets for signing/notarizing"
echo " keychain-post - (CI Only) Remove Keychain secrets"
echo " notarize - Notarize a ${APP_NAME}.app bundle with Apple (note that it must be signed first)"
echo " archive - Archive the build/notarization artifacts"
echo " release - Perform all the steps to upload a release"
Expand Down

0 comments on commit 3bca009

Please sign in to comment.