Skip to content

Commit a53ebaa

Browse files
authored
Merge pull request #451 from concourse/progress-for-get-step
Add --progress to the in script
2 parents ddc5dc6 + 73680c6 commit a53ebaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ if [ "$disable_git_lfs" == "true" ]; then
108108
export GIT_LFS_SKIP_SMUDGE=1
109109
fi
110110

111-
git clone --single-branch $depthflag $uri $branchflag $destination $tagflag $nocheckoutflag
111+
git clone --progress --single-branch $depthflag $uri $branchflag $destination $tagflag $nocheckoutflag
112112

113113
cd $destination
114114

0 commit comments

Comments
 (0)