Skip to content

Commit 3063fb5

Browse files
committed
CP-15745: cp instead of git cloning
Travis only provides us with a thin clone of the repo, so git clone doesn't work. Signed-off-by: John Else <john.else@citrix.com>
1 parent a29dc67 commit 3063fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/build-internal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
set -eux
44

5-
git clone /repo/xen-api
5+
cp -r /repo/xen-api .
66
cd xen-api
77
./configure && make && make test

0 commit comments

Comments
 (0)