From 731f0561fcd9cf5ce58e8236a3ca97873caabb33 Mon Sep 17 00:00:00 2001 From: Vishal Khode Date: Tue, 3 Dec 2024 18:26:29 +0530 Subject: [PATCH] ACMS-4329: Temp commit to fix CI issue. --- .github/workflows/acquia_cms_ci.workflow.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/acquia_cms_ci.workflow.yml b/.github/workflows/acquia_cms_ci.workflow.yml index a17943db9..54e84466b 100644 --- a/.github/workflows/acquia_cms_ci.workflow.yml +++ b/.github/workflows/acquia_cms_ci.workflow.yml @@ -151,6 +151,7 @@ jobs: composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n curl https://gist.githubusercontent.com/rajeshreeputra/170586f217b422eb9cdfd9ca9457a2e3/raw/c2f277ba9005b91d7f662cacf37b3940a66a9b8c/sut-path-reposories.patch | git -C ../orca apply curl https://gist.githubusercontent.com/rajeshreeputra/efe6fd50fc839e0e05480a5eb58d1ba4/raw/c5e81aa3c0fba9f4abe42460f3d24c7ca976a527/remove-local-settings.patch | git -C ../orca apply + composer config extra."drupal-scaffold".file-mapping {} --json -d ${ORCA_SUT_DIR} # - name: Configure AWS Credentials # uses: aws-actions/configure-aws-credentials@v1 # with: @@ -255,6 +256,7 @@ jobs: composer self-update composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n curl https://gist.githubusercontent.com/rajeshreeputra/170586f217b422eb9cdfd9ca9457a2e3/raw/c2f277ba9005b91d7f662cacf37b3940a66a9b8c/sut-path-reposories.patch | git -C ../orca apply + composer config extra."drupal-scaffold".file-mapping {} --json -d ${ORCA_SUT_DIR} - name: Before Install run: | # Remove all ExistingSite test in CI. @@ -346,6 +348,7 @@ jobs: composer self-update composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n curl https://gist.githubusercontent.com/rajeshreeputra/170586f217b422eb9cdfd9ca9457a2e3/raw/c2f277ba9005b91d7f662cacf37b3940a66a9b8c/sut-path-reposories.patch | git -C ../orca apply + composer config extra."drupal-scaffold".file-mapping {} --json -d ${ORCA_SUT_DIR} - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1 with: