Replies: 1 comment
-
Any update on this one? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the git-clone ClusterTask in my pipeline, but found that this creates a detached head.
I used a mvn comman to update the pom version of cloned branch and then tried to commit this, using git add, git commit and git push, but this doesn't work because of detached head. How should we handle this when using git-clone.
In the same way I would like to create a tag in the git repository with the same version. How would I create a git tag after I have done a git-clone.
On Tekton Hub I found two release tasks which can create tags, but these are only for gitlab and github. We're using bitbucket.
Beta Was this translation helpful? Give feedback.
All reactions