Skip to content

Commit

Permalink
Revert "[TO REVERT] Dummy commit to test the change"
Browse files Browse the repository at this point in the history
This reverts commit 865b961.
  • Loading branch information
AliSoftware committed Apr 15, 2024
1 parent 865b961 commit b040332
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .buildkite/commands/prototype-build-wordpress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@ bundle exec fastlane run configure_apply
echo "--- :swift: Setting up Swift Packages"
install_swiftpm_dependencies

echo "--- Test unstable internal pods annotation"
bundle exec fastlane test_check_pods_references

echo "--- :hammer_and_wrench: Building"
bundle exec fastlane build_and_upload_wordpress_prototype_build
4 changes: 0 additions & 4 deletions fastlane/lanes/release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,3 @@ def check_pods_references
message = "### Checking Internal Dependencies are all on a **stable** version\n\n#{result[:message]}"
buildkite_annotate(context: 'pods-check', style:, message:) if is_ci
end

lane :test_check_pods_references do
check_pods_references
end

0 comments on commit b040332

Please sign in to comment.