Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AEMaaCS image build fails due to Core Forms Components artifacts #957

Merged
merged 3 commits into from
Jul 14, 2022

Conversation

vladbailescu
Copy link
Member

  • Only include examples content as the Forms Core Components are already provided.

Fixes #956

* Only include examples content as the Forms Core Components are already provided.

Fixes #956
* Include examples for both cloud and on-prem

Fixes #956
@vladbailescu vladbailescu temporarily deployed to DEV July 13, 2022 14:21 Inactive
@vladbailescu vladbailescu temporarily deployed to PROD July 13, 2022 14:21 Inactive
@vladbailescu vladbailescu merged commit b1609b0 into develop Jul 14, 2022
@vladbailescu vladbailescu deleted the issue/956 branch July 14, 2022 06:50
@@ -194,10 +194,16 @@
<target>/apps/${appId}-vendor-packages/application/install</target>
</embedded>
#end
#if ( $includeExamples == "y" and ( ($includeForms == "y" or $includeFormsenrollment == "y" or $includeFormscommunications == "y" or $includeFormsheadless == "y") and $aemVersion == "cloud" ) )
#if ( $includeExamples == "y" and ($includeForms == "y" or $includeFormsenrollment == "y" or $includeFormscommunications == "y" or $includeFormsheadless == "y") )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vladbailescu We would need the and $aemVersion == "cloud" check here, since we support forms core component only for cloud.

BTW, thanks for fixing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AEMaaCS image build fails due to Core Forms Components artifacts
2 participants