From e0f674a2693507d589d8a43c38496ff80e56d8c7 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Wed, 15 May 2019 16:20:24 +0200 Subject: SPEC-1850: permit to override master branch for appfw I have assumed that only master is used for appfw but it is false. Some app review are done against non-master branch. This patch adds a way to change the branch used via --app-branch. Bug-AGL: SPEC-1850 Change-Id: I10c8ad0e5a08158f9c2295692e4b3c266b97b14e Signed-off-by: Corentin LABBE --- templates/tests/application-lifecycle.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/tests') diff --git a/templates/tests/application-lifecycle.jinja2 b/templates/tests/application-lifecycle.jinja2 index dc4f1b8..c9e6242 100644 --- a/templates/tests/application-lifecycle.jinja2 +++ b/templates/tests/application-lifecycle.jinja2 @@ -11,5 +11,5 @@ {%- if APPURL != 'automatic' %} APPURL: "{{ APPURL }}" {%- else %} - APPURL: "{{app_url_base}}/{{ app_changeid }}/{{ app_patchset }}/{{ vcs_branch }}/{{ sdk_arch }}" + APPURL: "{{app_url_base}}/{{ app_changeid }}/{{ app_patchset }}/{{ app_branch }}/{{ sdk_arch }}" {%- endif %} -- cgit