mirror of
https://github.com/Icinga/icinga-docs-tools.git
synced 2025-07-21 21:04:23 +02:00
Allow versionized docs from support branches
This commit is contained in:
parent
ab57923c12
commit
7ad028cd88
@ -103,6 +103,7 @@ version = if project_config['project']['latest']
|
||||
'snapshot'
|
||||
else
|
||||
project_config['project']['ref'].gsub('tags/', '')
|
||||
project_config['project']['ref'].gsub('support/', '')
|
||||
end
|
||||
|
||||
source_dir = project_config['source_dir'] + '/' + project_config['project']['target']
|
||||
|
Loading…
x
Reference in New Issue
Block a user