Testing flow for private tap #6611
Replies: 1 comment
-
|
I had an typo on my file... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HI,
I am currently trying to set up a CI CD pipeline that runs tests on changed or new formulae in the context of a merge request. We are using GitLab and, as far as I know, brew test-bot works only with GitHub Actions.
I would like to understand how I can install a local formula that is not present on the tap HEAD. When I run brew create, I am able to install the locally created formula.
In our context, HOMEBREW_CORE_GIT_REMOTE is set to the given private tap. After installing Homebrew, I run
git -C "$(brew --repository homebrew/core)" reset $CI_COMMIT_SHA
to reset the local tap to the specific git commit of the pipeline run. However, brew install still does not find the formulae that are added inside the PR.
What I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions