From: Anil Belur Date: Thu, 6 Jan 2022 02:10:49 +0000 (+1000) Subject: Fix: Pass script file name without quotes X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F94%2F99194%2F1;p=releng%2Fbuilder.git Fix: Pass script file name without quotes The job fails with command not found since the script name is not passed to builder. Signed-off-by: Anil Belur Change-Id: I01fac8590c67d5ed24a6036c23400ac625f21587 --- diff --git a/jjb/packaging/openstack-k8s.yaml b/jjb/packaging/openstack-k8s.yaml index 9f48c7931..12be087af 100644 --- a/jjb/packaging/openstack-k8s.yaml +++ b/jjb/packaging/openstack-k8s.yaml @@ -21,6 +21,6 @@ node-flavor: v3-standard-8 openstack-cloud: vex master-lb-floating-ip-enabled: "false" - openstack-k8s-deploy-script: "!include-raw-escape: openstack-k8s-deploy-helm.sh" + openstack-k8s-deploy-script: !include-raw-escape: openstack-k8s-deploy-helm.sh jobs: - "{project-name}-k8s-odl-deploy-test"