Remove 'latest' config parameter for snapshot builds
This commit is contained in:
parent
99b4bc5a62
commit
cd9415b43d
|
@ -4,26 +4,22 @@ projects:
|
|||
Icinga 2:
|
||||
git: 'https://github.com/Icinga/icinga2.git'
|
||||
ref: 'master'
|
||||
latest: true
|
||||
target: 'icinga2'
|
||||
docs_dir: 'doc'
|
||||
Icinga Web 2:
|
||||
git: 'https://github.com/Icinga/icingaweb2.git'
|
||||
ref: 'master'
|
||||
latest: true
|
||||
target: 'icingaweb2'
|
||||
docs_dir: 'doc'
|
||||
Director:
|
||||
git: 'https://github.com/Icinga/icingaweb2-module-director.git'
|
||||
ref: 'master'
|
||||
latest: true
|
||||
target: 'director'
|
||||
docs_dir: 'doc'
|
||||
category: 'Modules'
|
||||
Business Process:
|
||||
git: 'https://github.com/Icinga/icingaweb2-module-businessprocess.git'
|
||||
ref: 'master'
|
||||
latest: true
|
||||
target: 'businessprocess'
|
||||
docs_dir: 'doc'
|
||||
category: 'Modules'
|
||||
|
|
Loading…
Reference in New Issue