ci: deployment config for beta+stable (#2976)

This commit is contained in:
tooomm
2017-12-29 00:33:16 +01:00
committed by Zach H
parent 3af2be4539
commit f0f73c8f77
3 changed files with 70 additions and 29 deletions

View File

@@ -86,7 +86,7 @@ function(get_tag_name commit)
# Sanity checks: length
list(LENGTH GIT_TAG_EXPLODED GIT_TAG_LISTCOUNT)
if(${GIT_TAG_LISTCOUNT} LESS 7 OR ${GIT_TAG_LISTCOUNT} GREATER 8)
if(${GIT_TAG_LISTCOUNT} LESS 7 OR ${GIT_TAG_LISTCOUNT} GREATER 9)
message(WARNING "Invalid tag format, got ${GIT_TAG_LISTCOUNT} tokens")
return()
endif()