Jenkins Job for QTIP dhrystone serial and ssl parallel 85/3385/1
authorNauman_Ahad <Nauman_Ahad@dell.com>
Wed, 18 Nov 2015 12:36:22 +0000 (17:36 +0500)
committerNauman_Ahad <Nauman_Ahad@dell.com>
Wed, 18 Nov 2015 12:36:22 +0000 (17:36 +0500)
Removed if condition bug due to missing whitespaces

JIRA:QTIP-7

Change-Id: I770097d171333f7eb17e81d7d0118f093623e2b5
Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
jjb/qtip/qtip.yml

index 4bef7c5..e874088 100644 (file)
     builders:
         - shell: |
             #! /bin/bash
-            if [[ ! -f $HOME/opnfv-openrc.sh]]; then
+            if [[ ! -f $HOME/opnfv-openrc.sh ]]; then
                echo "Unable to access file $HOME/opnfv-openrc.sh"
                exit 1
             fi
     builders:
         - shell: |
             #!/bin/bash
-            if [[ ! -f $HOME/opnfv-openrc.sh]]; then
+            if [[ ! -f $HOME/opnfv-openrc.sh ]]; then
                echo "Unable to access file $HOME/opnfv-openrc.sh"
                exit 1
             fi