mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
🔨 Revert core formula after testing
This commit is contained in:
parent
b6fa1c8a12
commit
9a094b1684
1 changed files with 7 additions and 1 deletions
|
@ -118,7 +118,7 @@ brew update
|
|||
# Build the formula for the current macOS version and architecture.
|
||||
#
|
||||
|
||||
# Update mas formula in core
|
||||
# Update mas formula in core (temporary)
|
||||
cp -v "${LOCAL_MAS_FORMULA_PATH}" "${CORE_MAS_FORMULA_PATH}"
|
||||
|
||||
# Install mas from source
|
||||
|
@ -135,6 +135,12 @@ HOMEBREW_NO_INSTALL_FROM_API=1 \
|
|||
brew audit --strict mas
|
||||
brew style mas
|
||||
|
||||
# Revert core formula change after testing
|
||||
pushd "${CORE_TAP_PATH}"
|
||||
git diff
|
||||
git checkout .
|
||||
popd
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# Update Homebrew
|
||||
|
|
Loading…
Add table
Reference in a new issue