-
Notifications
You must be signed in to change notification settings - Fork 905
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
[BUG] yarn osd bootstrap failed for downloaded tar file #324
Comments
This is because we don’t have .git file. I find our artifact is not a binary code. Please correct me: my understanding is that for developers they can run |
@yilintao-amzn the tag artifact download doesn't give you git meta data IMO, you would need to clone the repo and either checkout the tag / branch and try it out. Let us know if that doesn't work. Closing the issue as of now, feel free to re-open. |
While cloning the repo is one way to use the latest code, it is not the only way to acquire the latest code. We should make sure that users investing time in fetching the zip archive can use the dashboards too. |
@AMoo-Miki would you like to open a new issue for your concern? |
ERROR [bootstrap] failed: |
… fetch (opensearch-project#6364) (opensearch-project#324) * Improve dynamic config Signed-off-by: Tianle Huang <tianleh@amazon.com> * reset yml Signed-off-by: Tianle Huang <tianleh@amazon.com> * bring back previous changes Signed-off-by: Tianle Huang <tianleh@amazon.com> --------- Signed-off-by: Tianle Huang <tianleh@amazon.com> Signed-off-by: yubonluo <yubonluo@amazon.com> # Conflicts: # CHANGELOG.md # src/plugins/application_config/server/types.ts # src/plugins/csp_handler/server/csp_handlers.test.ts # src/plugins/csp_handler/server/csp_handlers.ts Co-authored-by: Tianle Huang <60111637+tianleh@users.noreply.github.com>
Describe the bug
Run command
yarn osd bootstrap
failed for downloaded tar file for 1.0.0-beta1 and 1.0.0-alpha2To Reproduce
Steps to reproduce the behavior:
cd OpenSearch-Dashboards-1.0.0-beta1
yarn osd bootstrap
Expected behavior
Expected behavior is no error shows up and the bootstrap can complete successfully.
OpenSearch Version
N/A
Dashboards Version
It happens to 1.0.0-beta1 and 1.0.0-alpha2
Plugins
N/A
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: