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

Tag based pipeline fails for Gitlab #2302

Closed
pawan-59 opened this issue Sep 5, 2022 · 0 comments · Fixed by #2303
Closed

Tag based pipeline fails for Gitlab #2302

pawan-59 opened this issue Sep 5, 2022 · 0 comments · Fixed by #2303
Assignees
Labels
enhancement New feature or request

Comments

@pawan-59
Copy link
Contributor

pawan-59 commented Sep 5, 2022

Summary

In the case of Gitlab, the payload data that we get for tag-based is something like refs/tags/v0.1.1 which just fails to checkout on the same data.

Screenshot 2022-09-05 at 4 01 13 PM

Proposal

Have to change the logic in the code to trim the payload data(refs/tags/v0.1.1) to (v0.1.1).

AB#217

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants