Skip to content

Commit

Permalink
temp until fixed in core (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy authored Sep 29, 2024
1 parent 5b7eba0 commit b2d9298
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ 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 b2d9298

Please sign in to comment.