-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Revert PR #6907 as site is not deploying #6981
Conversation
Signed-off-by: OrlinVasilev <[email protected]>
Can you unset everything like so? That way the toml is the source of truth. Otherwise commit the build settings to site building doc |
The new netlify white theme is so bad :) |
I think having it be all in toml would be best for other collaborators to contribute.. if unsetting the config in netlify settings fixes it. |
So basically what you have in #6981 (comment) Hence I had to exclusively use the toml to set the right path. Netlify staff verified my toml was good. |
You will note that the package directory is not being overwritten. |
In any case.. the bug (netlify UI) I reported which prevented this setting from being set was fixed... so we can go ahead with this PR and I will have to set package directory in the netlify UI. Should add the settings here to the doc tho.. Without the knowledge of velero (netlify ui) build settings here it basically doesn't build prior to #6907 |
Can you at least unset the package directory and trigger a build to try prior to merging?
netlify.toml is cleary not in |
You can trigger by going to https://app.netlify.com/sites/velero/deploys |
You'd have to unset base directory in UI to unset package directory |
woot! |
https://app.netlify.com/sites/velero/deploys/6531550e78c95b3eaacf6de1 looks like a deploy for this PR |
without setting publish directory to public I would expect would work without this PR and for future repo forkers who do not have anything set in netlify ui |
gotcha. Thanks for validating. Must be something else grandfathered in this account on another page. |
with my fix it's ok |
diffing logs, will let you know if I spot something |
Velero has |
So your PR is not compatible with my netlify flags and vice versa :( |
I need to ask somebody how to change this flag but based on docs it should be true for everyone else :(
|
|
I'm good with this PR, at least the root cause for why netlify.toml of velero is not compatible with my netlify fork has been identified. If you don't disagree that new netlify projects from future contributors (which will have Thanks @OrlinVasilev again for troubleshooting with me! |
heh.
|
@sseago can you review please |
Codecov Report
@@ Coverage Diff @@
## main #6981 +/- ##
==========================================
- Coverage 61.05% 61.02% -0.03%
==========================================
Files 251 251
Lines 26845 26845
==========================================
- Hits 16389 16381 -8
- Misses 9303 9310 +7
- Partials 1153 1154 +1 |
THANK YOU |
Thank you for contributing to Velero!
Please add a summary of your change
Does your change fix a particular issue?
Fixes #(issue)
Please indicate you've done the following:
/kind changelog-not-required
as a comment on this pull request.site/content/docs/main
.