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

Fix chicken/egg problem with resolve_branch #91

Merged
merged 1 commit into from
Jun 21, 2024
Merged

Conversation

kegsay
Copy link
Member

@kegsay kegsay commented Jun 21, 2024

We use resolve_branch.sh now to figure out which branch of each repository to use. Great!

However, resolve_branch.sh itself is inside the complement-crypto repository. When CI runs from rust/JS SDK, they will use MATCHING_BRANCH for complement-crypto. This then tries to run resolve_branch.sh to figure out which branch this relates to.. except the script doesn't exist yet as it hasn't been downloaded.

For now, we will always use the main version of resolve_branch.sh, breaking the cycle.

@kegsay kegsay requested a review from andybalaam June 21, 2024 15:51
Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

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

Followup to #90 I guess

@kegsay kegsay merged commit ef13398 into main Jun 21, 2024
4 checks passed
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.

2 participants