Correction bug lorsque le projet est privé

This commit is contained in:
wpetit 2019-02-11 14:23:49 +01:00
parent d7623132e5
commit 30d1bed8a5
1 changed files with 0 additions and 3 deletions

View File

@ -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) {