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

[SRM-526] Added new ci config to update reference branch. #7

Merged
merged 2 commits into from
Dec 27, 2022

Conversation

edyuenyw
Copy link
Contributor

@edyuenyw edyuenyw commented Dec 7, 2022

JIRA

https://digital-vic.atlassian.net/browse/SRM-526

Motivation

Reference site composer needs to keep itself updated to with the latest develop of tide modules. But pointing to develop and creating aliases in the root composer of content-reference will create conflict issue after every release with difference version. So creating a reference branch on tide profile and tide_* modules and updating this reference branch with develop branch changes every time there is a merge in develop, will solve the conflicting issue. So in the content reference root composer, just use this tide profile branch named reference.

Changes

Added a CI job, which will get triggered only for develop branch on every build and it will merge the changes from develop branch to the reference branch. This way we do not have to maintain this branch manually and it will be always up to date with develop and content-reference will be using this to get all the latest changes from develop.

@MdNadimHossain MdNadimHossain merged commit 6172085 into develop Dec 27, 2022
@MdNadimHossain MdNadimHossain deleted the feature/SRM-526-reference-site-related-change branch December 27, 2022 23:34
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.

None yet

2 participants