Bad sort
This commit is contained in:
parent
949e765c97
commit
ba17197837
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
|
@ -67,13 +67,13 @@ pipeline {
|
|||
// Get individual tags
|
||||
env.MIMIC3_TAG_NAME = sh(
|
||||
returnStdout: true,
|
||||
script: "git tag --contains --sort=-creatordate | head -n 1"
|
||||
script: "git tag --contains | head -n 1"
|
||||
).trim()
|
||||
|
||||
dir('plugin-tts-mimic3') {
|
||||
env.PLUGIN_TAG_NAME = sh(
|
||||
returnStdout: true,
|
||||
script: "git tag --contains --sort=-creatordate | head -n 1"
|
||||
script: "git tag --contains | head -n 1"
|
||||
).trim()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue