From 30d1bed8a54ee94281e707f1cff6ba15726e9a11 Mon Sep 17 00:00:00 2001 From: William Petit Date: Mon, 11 Feb 2019 14:23:49 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20bug=20lorsque=20le=20projet=20est?= =?UTF-8?q?=20priv=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vars/tamarin.groovy | 3 --- 1 file changed, 3 deletions(-) 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) {