From b04033200d77d3e60dc742229d61b99c2db28347 Mon Sep 17 00:00:00 2001 From: Olivier Halligon Date: Mon, 15 Apr 2024 18:23:13 +0200 Subject: [PATCH] Revert "[TO REVERT] Dummy commit to test the change" This reverts commit 865b961079672924b028b001e98a2e6ddacd592b. --- .buildkite/commands/prototype-build-wordpress.sh | 3 --- fastlane/lanes/release.rb | 4 ---- 2 files changed, 7 deletions(-) diff --git a/.buildkite/commands/prototype-build-wordpress.sh b/.buildkite/commands/prototype-build-wordpress.sh index 4e719303ed05..a992345037a0 100644 --- a/.buildkite/commands/prototype-build-wordpress.sh +++ b/.buildkite/commands/prototype-build-wordpress.sh @@ -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 diff --git a/fastlane/lanes/release.rb b/fastlane/lanes/release.rb index fc7333562df6..08a7704ed238 100644 --- a/fastlane/lanes/release.rb +++ b/fastlane/lanes/release.rb @@ -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