From ef1bf450cf396053d13bd19f088a8a513d230db8 Mon Sep 17 00:00:00 2001 From: yogesh-compuco Date: Thu, 13 Jun 2024 18:50:34 +0530 Subject: [PATCH] SA-200: Update workflow to use internal civicrm_drupal repo for patch release --- .github/workflows/regen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index 33a041f382ed..9489ad076e5b 100644 --- a/.github/workflows/regen.yml +++ b/.github/workflows/regen.yml @@ -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