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

Cannot bootstrap on windows #221

Closed
zacharyrgonzales opened this issue Jan 4, 2022 · 1 comment · Fixed by #405
Closed

Cannot bootstrap on windows #221

zacharyrgonzales opened this issue Jan 4, 2022 · 1 comment · Fixed by #405
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@zacharyrgonzales
Copy link
Contributor

Git is using linux filepath separators which isn't accounting for windows filepath separators during the bootstrap process.

https://cloud-native.slack.com/archives/C0207C47D0X/p1641306239049200.

@roi-codefresh roi-codefresh added bug Something isn't working good first issue Good for newcomers labels Jan 4, 2022
@dewolfs
Copy link

dewolfs commented Apr 13, 2022

Hi, I encountered the same issue today. Changed "" into "/" in the file: ./bootstrap/argo-cd.yaml

...
  source:
    path: bootstrap/argo-cd
...

@noam-codefresh noam-codefresh self-assigned this Jan 4, 2023
@noam-codefresh noam-codefresh linked a pull request Jan 26, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants