-
Notifications
You must be signed in to change notification settings - Fork 8
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: update default branch #19
Conversation
Discourse now uses main as the default branch. Switching from master to main allows updating discourse to newer versions Newer versions may require fixing permissions on redis' files
hi. thanks for the PR and apologies for the belated response. unfortunately the tests are failing, and i can't debug the tests as i can't create X86_64 vm on my local machine, so i can't verify the change. are you able to understand why the build is failing? (it might be helpful to view "Raw logs"). it's failing on this test: dokku-discourse/tests/suite.bats Lines 5 to 12 in c5ef604
|
@badsyntax I had the same error and fixed it in my fork the following way: |
@ohemelaar can you make the change suggested by @noeleont in your branch? |
For some, as of today, unknown reason is the output of ./launcher start-cmd redirected to stderr. Therefore we discard stdout entirely.
Hi, |
Test are passing now, thank you very much @noeleont! |
Released with 0.2.4 use |
Discourse now uses main as the default branch. Switching from master to main allows updating discourse to newer versions
Newer versions may require fixing permissions on redis' files