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

Fix-windows-paths #405

Merged
merged 2 commits into from
Jan 29, 2023
Merged

Conversation

noam-codefresh
Copy link
Collaborator

Signed-off-by: Noam Gal [email protected]

@noam-codefresh noam-codefresh self-assigned this Jan 4, 2023
@noam-codefresh
Copy link
Collaborator Author

will resolve #221

@@ -306,7 +306,7 @@ func generateProjectManifests(o *GenerateProjectOptions) (projectYAML, appSetYAM
Revision: o.Revision,
Files: []argocdv1alpha1.GitFileGeneratorItem{
{
Path: filepath.Join(o.InstallationPath, store.Default.AppsDir, "**", o.Name, "config.json"),
Path: path.Join(o.InstallationPath, store.Default.AppsDir, "**", o.Name, "config.json"),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will always use /

@noam-codefresh noam-codefresh linked an issue Jan 26, 2023 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

Merging #405 (4133b88) into main (82cb380) will decrease coverage by 0.06%.
The diff coverage is 88.88%.

@@            Coverage Diff             @@
##             main     #405      +/-   ##
==========================================
- Coverage   61.69%   61.64%   -0.06%     
==========================================
  Files          19       19              
  Lines        3501     3496       -5     
==========================================
- Hits         2160     2155       -5     
  Misses       1236     1236              
  Partials      105      105              
Impacted Files Coverage Δ
cmd/commands/repo.go 59.37% <83.33%> (-0.30%) ⬇️
cmd/commands/project.go 48.22% <100.00%> (ø)
pkg/application/application.go 61.67% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@noam-codefresh noam-codefresh merged commit f154fca into argoproj-labs:main Jan 29, 2023
@noam-codefresh noam-codefresh deleted the fix-windows-paths branch January 29, 2023 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot bootstrap on windows
4 participants