add ccsdk-sli-northbound
[infra/cicd.git] / jjb / cloud-infra / scripts / deploy.sh
index 8626ff6e0363cec08f9a8b88df9b2748b166c552..99bedc3a820bfabe7a38895cacbf8122d3543144 100755 (executable)
@@ -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