diff options
Diffstat (limited to 'jjb/qtip')
-rw-r--r-- | jjb/qtip/qtip.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/qtip/qtip.yml b/jjb/qtip/qtip.yml index 4bef7c544..e87408885 100644 --- a/jjb/qtip/qtip.yml +++ b/jjb/qtip/qtip.yml @@ -289,7 +289,7 @@ 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 @@ -305,7 +305,7 @@ 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 |