Skip to content

Commit d39f9f6

Browse files
committed
Minmize the size of the cloned git dirs
1 parent 06e86bb commit d39f9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap-osg-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ on_error_die "Could not verify yum-plugin-priorities"
8585

8686
cd /tmp
8787
for repo in osg-test osg-ca-generator; do
88-
git clone $UPSTREAM/$repo
88+
git clone --depth 1 $UPSTREAM/$repo
8989
on_error_die "Failed to clone $UPSTREAM/$repo"
9090
pushd $repo
9191
make install

0 commit comments

Comments
 (0)