Skip to content

Commit

Permalink
Use shallow git clone to reduce download time.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vincent committed Oct 20, 2018
1 parent e86bc24 commit 105a4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/roles/freelan-build/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
become_user: root

- name: Checkout freelan sources
git: repo={{ local_sources_root }} dest={{ sources_root }} version={{ repository_version }} accept_hostkey=yes recursive=no
git: repo={{ local_sources_root }} dest={{ sources_root }} version={{ repository_version }} accept_hostkey=yes recursive=no depth=1
tags:
- build

Expand Down

0 comments on commit 105a4df

Please sign in to comment.