fix: remove branch on git push (useless) #11
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -177,7 +177,7 @@ pipeline {
|
||||
{
|
||||
echo "new-tag requested in commit message: $BUMPED_VERSION"
|
||||
sh("git tag $BUMPED_VERSION")
|
||||
sh("git push origin master --tags")
|
||||
sh("git push origin --tags")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user