From 94448993ca3864f43071259b5f1685e5395487c5 Mon Sep 17 00:00:00 2001 From: Luis Araujo <luis.araujo@collabora.co.uk> Date: Wed, 17 Feb 2016 01:22:55 +0800 Subject: [PATCH] Fixed image name in group-common template Signed-off-by: Luis Araujo <luis.araujo@collabora.co.uk> --- templates/group-common-tpl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/group-common-tpl.json b/templates/group-common-tpl.json index a5aee39f..757e2ee1 100644 --- a/templates/group-common-tpl.json +++ b/templates/group-common-tpl.json @@ -6,7 +6,7 @@ { "command": "deploy_image", "parameters": { - "image": "https://sac-dev:Apa8Uo1mIeNgie6u@images.apertis.org/{{imgpath}}/{{image_type}}/{{board}}/{{image_date}}/apertis-{{release_version}}}-{{image_type}}-{{board}}_{{image_date}}-{{image_variant}}.{{fs}}.img.gz", + "image": "https://sac-dev:Apa8Uo1mIeNgie6u@images.apertis.org/{{imgpath}}/{{image_type}}/{{board}}/{{image_date}}/apertis-{{release_version}}-{{image_type}}-{{board}}_{{image_date}}-{{image_variant}}.{{fs}}.img.gz", "boot_part": 1, "root_part": 6, "bootfstype": "{{bootfstype}}", -- GitLab