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

commitsar does not need to be in the same folder as the repository #93

Closed
D-Nice opened this issue Sep 6, 2019 · 2 comments · Fixed by #103
Closed

commitsar does not need to be in the same folder as the repository #93

D-Nice opened this issue Sep 6, 2019 · 2 comments · Fixed by #103

Comments

@D-Nice
Copy link

D-Nice commented Sep 6, 2019

From my testing, of at least the latest current container (digest 195395165b624550f4d9100407b6d1207369cc843c74d0eb7b6d7a7d2c089a0c) the bolded statement in the readme doesn't hold true, which is a good thing. I believe just the current dir needs to be the repository you wish commitsar to test.

I run it in the following configuration:

$ docker run -v "$PWD":/wd -w /wd --rm --entrypoint /app/commitsar fallion/commitsar

from the repository I want tested.

I was also going to recommend changing the entrypoint from ./commitsar which is why I need the entrypoint override, but I see that has been done already.

@issue-label-bot
Copy link

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

@fallion
Copy link
Member

fallion commented Sep 10, 2019

@D-Nice Sorry I overlooked this. I will update the readme. It needs improvements in general :)

fallion added a commit that referenced this issue Sep 11, 2019
- removes false claim that the binary needs to be in same folder as git repository
- adds example usage with Github actions

Closes #93
fallion added a commit that referenced this issue Sep 11, 2019
- removes false claim that the binary needs to be in same folder as git repository
- adds example usage with Github actions

Closes #93
fallion added a commit that referenced this issue Sep 11, 2019
- removes false claim that the binary needs to be in same folder as git repository
- adds example usage with Github actions

Closes #93
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 a pull request may close this issue.

2 participants