Skip to content

Commit

Permalink
(PDB-5572) Don't limit :integration test puppetserver clone depth
Browse files Browse the repository at this point in the history
This started breaking checkouts of say 6.x.
  • Loading branch information
rbrw committed Feb 9, 2023
1 parent 05a00be commit cc99f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/bin/config-puppetserver-test-ref
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if test -d puppetserver; then
git -C puppetserver clean -fdx
else
# If repo doesn't exist, clone from GitHub
git clone --depth 10 -b "$pupsrv_ref" https://github.com/puppetlabs/puppetserver
git clone -b "$pupsrv_ref" https://github.com/puppetlabs/puppetserver
fi

(export PUPPETSERVER_HEAP_SIZE=1G
Expand Down

0 comments on commit cc99f08

Please sign in to comment.