Skip to content

Commit

Permalink
Revert "temp until fixed in core (#1010)" (#1014)
Browse files Browse the repository at this point in the history
This reverts commit b2d9298.
  • Loading branch information
KarinG authored Oct 3, 2024
1 parent 3630b43 commit e1086ca
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,6 @@ jobs:
cd ~/drupal/vendor/civicrm/civicrm-core
curl -L -o prpatch.patch ${{ github.event.inputs.coreprurl }}.patch
git am prpatch.patch
- name: Temp patch for extdir
if: ${{ matrix.civicrm == 'dev-master' }}
run: |
cd ~/drupal/vendor/civicrm/civicrm-core
curl -L -o prpatch2.patch https://github.com/civicrm/civicrm-core/pull/31169.patch
git am prpatch2.patch
- name: Optionally Apply Drupal 8 PR
if: ${{ github.event.inputs.drupal8prurl != 0 }}
run: |
Expand Down

0 comments on commit e1086ca

Please sign in to comment.