diff options
Diffstat (limited to 'templates/config/default.cfg')
-rw-r--r-- | templates/config/default.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/config/default.cfg b/templates/config/default.cfg index 4177687..af2340b 100644 --- a/templates/config/default.cfg +++ b/templates/config/default.cfg @@ -6,6 +6,10 @@ style = AGL urlbase = http://download.automotivelinux.org/AGL/release/ test_plan = ["release"] +[prerelease] +urlbase = http://download.automotivelinux.org/AGL/upload/ci/ +test_plan = ["release"] + [weekly] [daily] [snapshot] @@ -15,3 +19,4 @@ test_plan = ["release"] [ci] urlbase = http://download.automotivelinux.org/AGL/upload/ci/ test_plan = ["ci"] + |