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

app create does not work with local path (tries to infer application type by cloning) #87

Closed
roi-codefresh opened this issue Jun 7, 2021 · 1 comment · Fixed by #88
Labels
bug Something isn't working

Comments

@roi-codefresh
Copy link
Contributor

When trying argocd-autopilot app create demoapp -p prod --app /tmp/test I receive an error

INFO Cloning repo: '', to infer app type from path '/tmp/test'
FATAL URL field is required
@roi-codefresh roi-codefresh added the bug Something isn't working label Jun 7, 2021
@noam-codefresh
Copy link
Collaborator

Workaround:
add the --type dir or --type kustomize flag (for Directory application or Kustomize application) to the command line

@roi-codefresh roi-codefresh linked a pull request Jun 7, 2021 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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants