From cd9415b43d44db7885422174a5ce8b209e7daa5f Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Wed, 19 Jul 2017 13:49:18 +0200 Subject: [PATCH] Remove 'latest' config parameter for snapshot builds --- config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.yml b/config.yml index 68acc02..e840530 100644 --- a/config.yml +++ b/config.yml @@ -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'