Skip to content

Commit

Permalink
SA-200: Update workflow to use internal civicrm_drupal repo for patch…
Browse files Browse the repository at this point in the history
… release
  • Loading branch information
yogesh-compuco committed Jun 13, 2024
1 parent b24c057 commit ef1bf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
echo "Cloning branch $BRANCHNAME from $GITHUB_SERVER_URL/$GITHUB_REPOSITORY"
git clone -b $BRANCHNAME --depth 1 $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git civicrm
cd civicrm
git clone -b 7.x-${{ github.event.inputs.civiver }} --depth 1 https://github.com/civicrm/civicrm-drupal.git drupal
git clone -b 7.x-${{ github.event.inputs.civiver }} --depth 1 https://github.com/compucorp/civicrm-drupal.git drupal
git clone -b ${{ github.event.inputs.civiver }} --depth 1 https://github.com/civicrm/civicrm-packages.git packages
COMPOSER_MEMORY_LIMIT=-1 composer install
npm install
Expand Down

0 comments on commit ef1bf45

Please sign in to comment.