From: sharath Date: Mon, 30 Jul 2018 17:30:58 +0000 (+0530) Subject: minor fix in dmm functional job X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=7f2f58af7f0d736c2f59281c53cae5cf8b7c3ab1;p=ci-management.git minor fix in dmm functional job Change-Id: Ic865b9c0f14d8db1b3ebc300f4c123c59b83a981 Signed-off-by: sharath --- diff --git a/jjb/dmm/include-raw-dmm-csit-functional-virl.sh b/jjb/dmm/include-raw-dmm-csit-functional-virl.sh index 1e28e1000..5571bd574 100644 --- a/jjb/dmm/include-raw-dmm-csit-functional-virl.sh +++ b/jjb/dmm/include-raw-dmm-csit-functional-virl.sh @@ -1,5 +1,4 @@ -######################################################################### -# +#!/bin/bash # Copyright (c) 2018 Huawei Technologies Co.,Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,19 +11,10 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -######################################################################### -#!/bin/bash set -xeu -o pipefail -# Clone dmm and start tests -git clone https://gerrit.fd.io/r/dmm - -# If the git clone fails, complain clearly and exit -if [ $? != 0 ]; then - echo "Failed to run: git clone https://gerrit.fd.io/r/dmm" - exit 1 -fi +cd ../ # Clone csit and start tests git clone https://gerrit.fd.io/r/csit