commit | 5666ac3760249dea13606bd95a14e503f655f541 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Tue Jan 28 14:40:07 2020 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Wed Jan 29 00:04:45 2020 +0000 |
tree | 1856e8b2a080e5c5b6ae700d94a56e5c88fa14d4 | |
parent | ebf7176b27148c349a1177e9e0c6a6330b2a9023 [diff] |
VOL-2194 Remove unnecessary 'git clone' Change-Id: Idf78a6f99ef853afeb08ef5131ad2f3c2049ba44
diff --git a/jjb/pipeline/voltha-physical-build-and-tests.groovy b/jjb/pipeline/voltha-physical-build-and-tests.groovy index 65e229c..ebc5174 100644 --- a/jjb/pipeline/voltha-physical-build-and-tests.groovy +++ b/jjb/pipeline/voltha-physical-build-and-tests.groovy
@@ -289,7 +289,6 @@ sh returnStdout: false, script: """ cd voltha git clone -b ${branch} ${cordRepoUrl}/cord-tester - git clone -b ${branch} ${cordRepoUrl}/voltha # VOL-2104 recommends we get rid of this mkdir -p $WORKSPACE/RobotLogs make -C $WORKSPACE/voltha/voltha-system-tests voltha-test || true """