You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tag should tag the current commit id of the working directory before pulling and rebasing. otherwise, manually triggering a job can lead to tagging the wrong commit.
Steps to reproduce:
Create a pipeline that gets, tags and pushes
Add a commit in the source repo and trigger the pipeline
Increment the version resource so that another commit can be tagged
Manually trigger the pipeline again.
Expected behavior:
The tip commit of the source repo should get tagged again.
Actual behavior:
Out pulls the tag commit from the destination repo. Since there is no new commit in the source repo, the old tag commit ("Added tag ... for changeset ...") is now at tip, and out tags it with the new version number.
The text was updated successfully, but these errors were encountered:
Tag should tag the current commit id of the working directory before pulling and rebasing. otherwise, manually triggering a job can lead to tagging the wrong commit.
Steps to reproduce:
Expected behavior:
The tip commit of the source repo should get tagged again.
Actual behavior:
Out pulls the tag commit from the destination repo. Since there is no new commit in the source repo, the old tag commit ("Added tag ... for changeset ...") is now at tip, and out tags it with the new version number.
The text was updated successfully, but these errors were encountered: