Skip to content

Commit

Permalink
Add Sentry Update to Release Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmassel committed Feb 16, 2022
1 parent 957234b commit 17c8e66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/commands/release-build-jetpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ echo "--- :arrow_down: Installing Release Dependencies"
brew update # Update homebrew to temporarily fix a bintray issue
brew install imagemagick
brew install ghostscript
brew upgrade sentry-cli

echo "--- :rubygems: Setting up Gems"
install_gems
Expand Down
1 change: 1 addition & 0 deletions .buildkite/commands/release-build-wordpress-internal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ echo "--- :arrow_down: Installing Release Dependencies"
brew update # Update homebrew to temporarily fix a bintray issue
brew install imagemagick
brew install ghostscript
brew upgrade sentry-cli

echo "--- :rubygems: Setting up Gems"
install_gems
Expand Down
1 change: 1 addition & 0 deletions .buildkite/commands/release-build-wordpress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ echo "--- :arrow_down: Installing Release Dependencies"
brew update # Update homebrew to temporarily fix a bintray issue
brew install imagemagick
brew install ghostscript
brew upgrade sentry-cli

echo "--- :rubygems: Setting up Gems"
install_gems
Expand Down

0 comments on commit 17c8e66

Please sign in to comment.