diff --git a/vars/tamarin.groovy b/vars/tamarin.groovy index 82a18ce..b85b4b4 100644 --- a/vars/tamarin.groovy +++ b/vars/tamarin.groovy @@ -8,9 +8,6 @@ def buildPackageWithCPKG( Boolean publishPackages = true ) { - // Fetch tags from remote - sh 'git fetch --tags --force' - // Retrieve commit tags def commitTags = sh(script: 'git describe --exact-match --abbrev=0', returnStdout: true).split(' ') if (commitTags.length == 0) {