Skip to content

Commit

Permalink
ACMS-3456: Fix CI failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra committed Jan 3, 2024
1 parent 433a10e commit 2d96349
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
!/**/.gitkeep
/.editorconfig
/.gitattributes
docroot/
1 change: 0 additions & 1 deletion acms/acms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ starter_kits:
- shield
install:
- acquia_cms_site_studio
- sitestudio_claro
- acquia_cms_page
- acquia_cms_search
- acquia_cms_tour
Expand Down
1 change: 0 additions & 1 deletion acms/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ sites:
default:
modules:
- acquia_cms_site_studio
- sitestudio_claro
- acquia_cms_article
- acquia_cms_document
- acquia_cms_event
Expand Down
1 change: 0 additions & 1 deletion tests/unit/CliTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ protected function getAcmsFileContents() :array {
],
"install" => [
"acquia_cms_site_studio",
"sitestudio_claro",
"acquia_cms_page",
"acquia_cms_search",
"acquia_cms_tour",
Expand Down

0 comments on commit 2d96349

Please sign in to comment.