From 390e931d5d75abaf4a3394abeb2eb0e4f20dbc6c Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Mon, 30 Aug 2021 21:38:57 +0200 Subject: [PATCH] bugfix: Fix typo in DEPLOY_SCENARIO var Change-Id: I7edb85bd310b2724231c0de990ae28b6920d9bac --- jjb/cloud-infra/scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/cloud-infra/scripts/deploy.sh b/jjb/cloud-infra/scripts/deploy.sh index 8626ff6e..99bedc3a 100755 --- a/jjb/cloud-infra/scripts/deploy.sh +++ b/jjb/cloud-infra/scripts/deploy.sh @@ -47,7 +47,7 @@ fi # NOTE (fdegir): the vars PDF and IDF are set in the jjb/job and there is no elegant # way to dynamically change them there since the deploy scenario is determined until # after the job is triggered and commit message is parsed -if [[ "$HW_TYPE" == "virtual" && "$DEPLOY_SENARIO" == "k8-eno-ovs" ]]; then +if [[ "$HW_TYPE" == "virtual" && "$DEPLOY_SCENARIO" == "k8-eno-ovs" ]]; then export PDF='https://gerrit.nordix.org/gitweb?p=infra/hwconfig.git;a=blob_plain;f=pods/eno-vpod1-pdf.yml' export IDF='https://gerrit.nordix.org/gitweb?p=infra/hwconfig.git;a=blob_plain;f=pods/eno-vpod1-idf.yml' fi -- 2.25.1