+ 1
Create ruby script to get the tags of particular git Sha commit for provided gitlab project I'd. Inputs to script: git proj,sha
Create ruby script to get the tags of particular git Sha commit for provided gitlab project I'd. Inputs to script: git project I'd,Sha commit Out put: git tag Can anyone solve this?
1 Odpowiedź
0
You'd have to look into the Git API and see if it even supports Ruby in the first place. If it does, then you'll have to read through the documentation for the specifics, but they should have some relatively straightforward commands.