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

Support git auto tagging in publish command #16

Closed
mefellows opened this issue Jul 30, 2020 · 2 comments
Closed

Support git auto tagging in publish command #16

mefellows opened this issue Jul 30, 2020 · 2 comments

Comments

@mefellows
Copy link
Member

mefellows commented Jul 30, 2020

The git tagging feature won't work unless both git is installed and the volumes are mounted correctly.

I think we need to add this dependency to the image:

RUN apk add git

and demonstrate in the README how to add a volume mapping for .git into the container so that the repository is available.

Raised on slack forum this morning:
Screen Shot 2020-07-30 at 9 58 06 am

@bethesque
Copy link
Member

I've added git. The docs already do say to mount the current volume -v ${PWD}:${PWD} so it should just work.

@bethesque
Copy link
Member

Ah, right, the gem paths aren't right unless you're at $HOME. I've updated the image so that the CLI can be executed from any directory. And the docs.

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

No branches or pull requests

2 participants