commit | 54ef1cef790a57320aab3a0a129e5ecb7aad980b | [log] [tgz] |
---|---|---|
author | Fatih Degirmenci <fdegir@gmail.com> | Mon Mar 25 10:48:56 2019 +0100 |
committer | Fatih Degirmenci <fdegir@gmail.com> | Mon Mar 25 10:48:56 2019 +0100 |
tree | de4c6f8b4bb8dd6bd131156d21d4cdb7d64ed540 | |
parent | 9142936297c96fad2602e7d525bf85d7729de797 [diff] |
Remove WORKSPACE to ensure we can clone infra/test repo Change-Id: I36c4a62608bd22fcda34be31b1a1a9eb8272249f
diff --git a/jjb/cloud-infra/prepare-for-test.sh b/jjb/cloud-infra/prepare-for-test.sh index 4e60a8a..7b9104b 100644 --- a/jjb/cloud-infra/prepare-for-test.sh +++ b/jjb/cloud-infra/prepare-for-test.sh
@@ -22,7 +22,7 @@ set -o nounset echo "Info: Cloning infra/test repository" -/bin/rm -rf $WORKSPACE/* +/bin/rm -rf $WORKSPACE git clone -q $TEST_REPO_URL $WORKSPACE # vim: set ts=2 sw=2 expandtab: