How to tag a git repo in a bamboo build
问题 I'm trying to tag the git repo of a ruby gem in a Bamboo build. I thought doing something like this in ruby would do the job `git tag v#{current_version}` `git push --tags` But the problem is that the repo does not have the origin. somehow Bamboo is getting rid of the origin Any clue? 回答1: Yes, if you navigate to the job workspace, you will find that Bamboo does not do a straightforward git clone "under the hood", and the the remote is set to an internal file path. Fortunately, Bamboo does