mirror of
https://github.com/Icinga/icinga-docs-tools.git
synced 2025-07-23 13:54: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'
|
'snapshot'
|
||||||
else
|
else
|
||||||
project_config['project']['ref'].gsub('tags/', '')
|
project_config['project']['ref'].gsub('tags/', '')
|
||||||
|
project_config['project']['ref'].gsub('support/', '')
|
||||||
end
|
end
|
||||||
|
|
||||||
source_dir = project_config['source_dir'] + '/' + project_config['project']['target']
|
source_dir = project_config['source_dir'] + '/' + project_config['project']['target']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user