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 Ensure recipes get databases set up #78

Merged

Conversation

GuySartorelli
Copy link
Member

@GuySartorelli GuySartorelli commented Jan 29, 2024

In #77 I forgot that recipes don't install installer - so we need to make sure that for modules in the NO_INSTALLER_LOCKSTEPPED_REPOS constant we are also allowing full setup.

See silverstripe/gha-ci#97 (comment) - only the recipe runs are failing.

Issue

@GuySartorelli GuySartorelli force-pushed the pulls/1.12/setup-for-recipes branch from 7646c3f to bfdb9b2 Compare January 29, 2024 00:58
Comment on lines -24 to +26
$repo = explode('/', $this->githubRepository)[1];
$this->repoName = explode('/', $this->githubRepository)[1];
Copy link
Member Author

Choose a reason for hiding this comment

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

This is needed so that we have access to the repo name in createJob() - and since we now have this property we should use it wherever else we need the repo name as well.

@emteknetnz emteknetnz merged commit 7ad5b31 into silverstripe:1.12 Jan 29, 2024
4 checks passed
@emteknetnz emteknetnz deleted the pulls/1.12/setup-for-recipes branch January 29, 2024 01:03
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