From c2b2622912bec19600aed212ba03d41b51119617 Mon Sep 17 00:00:00 2001 From: Rozzii Date: Thu, 21 Apr 2022 15:48:51 +0300 Subject: [PATCH] fix syntax issue in metal3 integration tests Change-Id: Ifd36c5ffca32050d68b47149bf1644cfc6eabb8f --- jjb/metal3/job_integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/metal3/job_integration_tests.yml b/jjb/metal3/job_integration_tests.yml index edd807ebf..43e004d49 100644 --- a/jjb/metal3/job_integration_tests.yml +++ b/jjb/metal3/job_integration_tests.yml @@ -79,7 +79,7 @@ description: 'In case of ironic-image PR tested with ironic source install, the source repo of the PR will be used to build the local ironic-image' - string: name: IRONIC_LOCAL_IMAGE_BRANCH - default: '${ironic_branch}' + default: '{ironic_branch}' description: 'In case of ironic-image PR tested with ironic source install, the source branch of the PR will be used to build the local ironic-image' properties: - build-discarder: -- 2.25.1