Docker and git-cliff #603
Unanswered
nikoskontothanasis
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Hey! Normally, the first command you provided should work out of the box. Also, is Can you provide more information about your set up? I'm not sure what is going wrong there. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am not sure if i am using the tool in the correct way, but i would like your advise
i run in the root dir of my repo the command:
$ docker run -t -v "$(pwd)":/app/ orhunp/git-cliff:latest
and return an error:
WARN git_cliff > "cliff.toml" is not found, using the default configuration.
ERROR git_cliff > Git error:
could not find repository at '/app'; class=Repository (6); code=NotFound (-3)
In case i run this:
$ docker run -t -v "$(pwd)":/app/ git-cliff --init
succeed
INFO git_cliff > Saving the configuration file to "cliff.toml"
Any recommendations on how can i use it with docker?
Beta Was this translation helpful? Give feedback.
All reactions