diff --git a/.github/workflows/acquia_cms_ci.workflow.yml b/.github/workflows/acquia_cms_ci.workflow.yml index 9082f6e14..2db9e2045 100644 --- a/.github/workflows/acquia_cms_ci.workflow.yml +++ b/.github/workflows/acquia_cms_ci.workflow.yml @@ -53,6 +53,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/vishalkhode1/0e26b2e9637722a256c74a6cb8496e9d/raw/sut-path-reposories.patch | git -C ../orca apply + curl https://patch-diff.githubusercontent.com/raw/acquia/orca/pull/518.patch | git -C ../orca apply - name: Before Install run: | # Added below in CI to test acquia_cms on Drupal Core >=9.5. @@ -154,6 +155,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/vishalkhode1/0e26b2e9637722a256c74a6cb8496e9d/raw/sut-path-reposories.patch | git -C ../orca apply + curl https://patch-diff.githubusercontent.com/raw/acquia/orca/pull/518.patch | git -C ../orca apply # - name: Configure AWS Credentials # uses: aws-actions/configure-aws-credentials@v1 # with: @@ -258,6 +260,7 @@ jobs: composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n curl https://gist.githubusercontent.com/vishalkhode1/0e26b2e9637722a256c74a6cb8496e9d/raw/sut-path-reposories.patch | git -C ../orca apply curl https://gist.githubusercontent.com/vishalkhode1/342a0eee801e51f48b4d9701749c1c94/raw/orca-oldest-support.patch | git -C ../orca apply + curl https://patch-diff.githubusercontent.com/raw/acquia/orca/pull/518.patch | git -C ../orca apply # - name: Configure AWS Credentials # uses: aws-actions/configure-aws-credentials@v1 # with: @@ -369,6 +372,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/vishalkhode1/0e26b2e9637722a256c74a6cb8496e9d/raw/sut-path-reposories.patch | git -C ../orca apply + curl https://patch-diff.githubusercontent.com/raw/acquia/orca/pull/518.patch | git -C ../orca apply - name: Before Install run: | # Added below in CI to test acquia_cms on Drupal Core >=9.5. @@ -457,6 +461,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/vishalkhode1/0e26b2e9637722a256c74a6cb8496e9d/raw/sut-path-reposories.patch | git -C ../orca apply + curl https://patch-diff.githubusercontent.com/raw/acquia/orca/pull/518.patch | git -C ../orca apply - name: Before Install run: | # Added below in CI to test acquia_cms on Drupal Core >=9.5.