File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
22
22
repository=" https://github.com/$repository /$repo_name .git"
23
23
24
- git --git-dir=/factorio/scenarios/" $folder " /.git/ --work-tree=/factorio/scenarios/" $folder " / fetch " $repository " " $branch "
25
- git --git-dir=/factorio/scenarios/" $folder " /.git/ --work-tree=/factorio/scenarios/" $folder " / reset --hard " FETCH_HEAD"
24
+ git --git-dir=/factorio/scenarios/" $folder " /.git/ --work-tree=/factorio/scenarios/" $folder " / fetch " $repository " " $branch " > /dev/null
25
+ git --git-dir=/factorio/scenarios/" $folder " /.git/ --work-tree=/factorio/scenarios/" $folder " / reset --hard " FETCH_HEAD" > /dev/null
26
26
git --git-dir=/factorio/scenarios/" $folder " /.git/ --work-tree=/factorio/scenarios/" $folder " / rev-parse --short HEAD
27
27
git --git-dir=/factorio/scenarios/" $folder " /.git/ --work-tree=/factorio/scenarios/" $folder " / log -1 --pretty=%B
28
28
You can’t perform that action at this time.
0 commit comments