From 28ce11e38dcec0c1e8072072f9cd93b94a558624 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 2 Mar 2021 16:15:17 +0000 Subject: [PATCH] Updated run_test.sh: removed checkout of sol006 branch Change-Id: I9b83425fca715774f22b66e1a4ea62021976a1ca Signed-off-by: garciadeblas --- robot-systest/run_test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/robot-systest/run_test.sh b/robot-systest/run_test.sh index 22803e4..1bd4488 100755 --- a/robot-systest/run_test.sh +++ b/robot-systest/run_test.sh @@ -28,8 +28,7 @@ install_osmclient(){ download_packages(){ echo -e "\nDownloading packages ${PACKAGES}" rm -rf ${PACKAGES_FOLDER} - git clone https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages.git ${PACKAGES_FOLDER} && (cd ${PACKAGES_FOLDER} && \ - git checkout sol006) + git clone https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages.git ${PACKAGES_FOLDER} } download_tst010(){ -- 2.25.1