Skip to content

Commit

Permalink
ACMS-000: Remove the failing patch for Drupal core 10.2.x-dev branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkhode1 committed Feb 21, 2024
1 parent 4dca755 commit d3ae717
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/acquia_cms_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,14 @@ jobs:
sed -i 's/2598.patch",/2598.patch"/' modules/acquia_cms_common/composer.json
sed -i '/3370946-page-title-backport-10-2-2_0.patch/d' modules/acquia_cms_common/composer.json
fi
# For Drupal 10.2.x i.e ISOLATED_TEST_ON_CURRENT_DEV, we are removing the patch.
# @todo: Update it accordingly in ticket ACMS-3598.
if [ "${ORCA_JOB}" = "ISOLATED_TEST_ON_CURRENT_DEV" ]; then
sed -i 's/2598.patch",/2598.patch"/' modules/acquia_cms_common/composer.json
sed -i '/3370946-page-title-backport-10-2-2_0.patch/d' modules/acquia_cms_common/composer.json
fi
# Do not run any existing site tests. We run them seperately.
find tests/src modules -type f -name "*Test.php" -path "*/ExistingSite*/*" -exec rm -fr '{}' ';'
../orca/bin/ci/before_install.sh
Expand Down

0 comments on commit d3ae717

Please sign in to comment.