소스 검색

Add progress in git cloning

DricomDragon 5 년 전
부모
커밋
a77b6a6764
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ci/ci-job-run.fish

+ 1 - 1
ci/ci-job-run.fish

@@ -1,7 +1,7 @@
 #!/usr/bin/fish
 # Job script for continuous integration
 # Please rename to : WebLand.run
-git clone --depth 1 https://gogs.jovian-hersemeule.eu/DricomDragon/WebLand.git repo
+git clone --progress --depth 1 https://gogs.jovian-hersemeule.eu/DricomDragon/WebLand.git repo
 
 cd repo