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

mani sync doesn't work with remotes #84

Open
4 tasks done
cwerner1 opened this issue Aug 29, 2024 · 2 comments
Open
4 tasks done

mani sync doesn't work with remotes #84

cwerner1 opened this issue Aug 29, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@cwerner1
Copy link

cwerner1 commented Aug 29, 2024

  • I have the latest version of mani
  • I have searched through the existing issues

Info

  • OS

    • Mac OS X
  • Shell

    • Zsh
  • Version: 0.25.0
    Commit: e88f231
    Date: 2023-06-07T22:04:23Z

Problem / Steps to reproduce

If there are "remotes" in a mani File, then the Initial mani sync doesnt work

projects:
  example:
    path: .
    desc: A mani example

  pinto:
    path: frontend/pinto
    url: https://github.com/alajmo/pinto.git
    remotes:
      upstream: https://github.com/alajmo/pinto.git
  1. Create the mani.yml file with the project content
  2. run mani sync
  3. Result "error: chdir ... no such file or directory
@cwerner1 cwerner1 added the bug Something isn't working label Aug 29, 2024
@cwerner1 cwerner1 changed the title mani sync doesnt work with removes mani sync doesn't work with remotes Aug 29, 2024
@cwerner1
Copy link
Author

Is related to #62 (comment)

@alajmo
Copy link
Owner

alajmo commented Sep 3, 2024

Was able to reproduce, fix incoming.

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

No branches or pull requests

2 participants