File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,17 @@ git --git-dir=/factorio/scenarios/"$folder"/.git/ --work-tree=/factorio/scenario
22
22
git --git-dir=/factorio/scenarios/" $folder " /.git/ --work-tree=/factorio/scenarios/" $folder " / reset --hard " $repository /$branch " > /dev/null
23
23
git --git-dir=/factorio/scenarios/" $folder " /.git/ --work-tree=/factorio/scenarios/" $folder " / rev-parse --short HEAD
24
24
25
+ echo " Deleting map previews and the banner."
26
+ rm /factorio/scenarios/" $folder " /map_gen/data/.map_previews -rf
27
+ rm /factorio/scenarios/" $folder " /redmew_git_banner.png -f
28
+
25
29
if [ " $cleanup " = true ]; then
26
30
echo " Deleting all map data."
27
31
rm /factorio/scenarios/" $folder " /map_gen/data/ -rf
28
32
else
29
33
echo " Not deleting map data."
30
34
fi
31
35
32
- echo " Deleting map previews and the banner."
33
- rm /factorio/scenarios/" $folder " /map_gen/data/.map_previews -rf
34
- rm /factorio/scenarios/" $folder " /redmew_git_banner.png
35
-
36
36
if [ " $debug " = true ]; then
37
37
echo " Setting _DEBUG and _CHEATS on."
38
38
echo ' _DEBUG = true' > /factorio/scenarios/" $folder " /map_selection.lua
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ log_path='/home/factorio/backend_scripts/logs/github_webhook_output.txt'
11
11
echo ' -'
12
12
" $script_path " develop origin develop default false false
13
13
echo ' -'
14
- " $script_path " crashsite origin develop crash_site false false
15
- echo ' -'
16
14
" $script_path " dev-debug origin develop default false true
15
+ echo ' -'
16
+ " $script_path " crashsite origin develop crash_site true false
17
17
} >> " $log_path "
You can’t perform that action at this time.
0 commit comments