Skip to content

Commit

Permalink
ACMS-4329: Temp commit to fix CI issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkhode1 committed Dec 3, 2024
1 parent 2efb65b commit 01187fe
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/acquia_cms_ci.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ jobs:
- name: Download ORCA
run: |
composer self-update
composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n
composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n --no-install
sed -i '/phploc.phar/d' ../orca/composer.json && sed -i '/vendor\/bin\/phploc/d' ../orca/composer.json
composer install -d ../orca
curl https://phar.phpunit.de/phploc-7.0.2.phar -o ../orca/vendor/bin/phploc && chmod u+x ../orca/vendor/bin/phploc
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
- name: Before Install
Expand Down Expand Up @@ -148,7 +151,10 @@ jobs:
- name: Download ORCA
run: |
composer self-update
composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n
composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n --no-install
sed -i '/phploc.phar/d' ../orca/composer.json && sed -i '/vendor\/bin\/phploc/d' ../orca/composer.json
composer install -d ../orca
curl https://phar.phpunit.de/phploc-7.0.2.phar -o ../orca/vendor/bin/phploc && chmod u+x ../orca/vendor/bin/phploc
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
# - name: Configure AWS Credentials
Expand Down Expand Up @@ -253,7 +259,10 @@ jobs:
- name: Download ORCA
run: |
composer self-update
composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n
composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n --no-install
sed -i '/phploc.phar/d' ../orca/composer.json && sed -i '/vendor\/bin\/phploc/d' ../orca/composer.json
composer install -d ../orca
curl https://phar.phpunit.de/phploc-7.0.2.phar -o ../orca/vendor/bin/phploc && chmod u+x ../orca/vendor/bin/phploc
curl https://gist.githubusercontent.com/rajeshreeputra/170586f217b422eb9cdfd9ca9457a2e3/raw/c2f277ba9005b91d7f662cacf37b3940a66a9b8c/sut-path-reposories.patch | git -C ../orca apply
- name: Before Install
run: |
Expand Down Expand Up @@ -344,7 +353,10 @@ jobs:
- name: Download ORCA
run: |
composer self-update
composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n
composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n --no-install
sed -i '/phploc.phar/d' ../orca/composer.json && sed -i '/vendor\/bin\/phploc/d' ../orca/composer.json
composer install -d ../orca
curl https://phar.phpunit.de/phploc-7.0.2.phar -o ../orca/vendor/bin/phploc && chmod u+x ../orca/vendor/bin/phploc
curl https://gist.githubusercontent.com/rajeshreeputra/170586f217b422eb9cdfd9ca9457a2e3/raw/c2f277ba9005b91d7f662cacf37b3940a66a9b8c/sut-path-reposories.patch | git -C ../orca apply
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 01187fe

Please sign in to comment.