File tree 7 files changed +79
-9
lines changed
7 files changed +79
-9
lines changed Original file line number Diff line number Diff line change 1
- name : YuukiPS Alpine (4.0) (19) (Stable)
1
+ name : YuukiPS Alpine (4.0) (19)
2
2
on :
3
3
push :
4
- paths : # TES3
4
+ paths :
5
5
- " gs/os-loc-alpine-gc"
6
6
- " gs/ver_GSServer-GC-4.0"
7
7
- " gs/run.sh"
11
11
build :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - name : Sync DockerGS
14
+ - name : Sync DockerGI
15
15
uses : actions/checkout@v3
16
16
- name : Sync YuukiPS
17
17
uses : actions/checkout@v3
Original file line number Diff line number Diff line change
1
+ name : YuukiPS Alpine (4.6) (22)
2
+ on :
3
+ push :
4
+ paths :
5
+ - " gs/os-loc-alpine-gc"
6
+ - " gs/ver_GSServer-GC-4.6-brokebroke"
7
+ - " gs/run.sh"
8
+ - " gs/entrypoint_gc.sh"
9
+ - " .github/workflows/yuukipsv2.yml"
10
+ jobs :
11
+ build :
12
+ runs-on : ubuntu-latest
13
+ steps :
14
+ - name : Sync DockerGI
15
+ uses : actions/checkout@v3
16
+ - name : Sync YuukiPS
17
+ uses : actions/checkout@v3
18
+ with :
19
+ repository : YuukiPS/GSServer-GC
20
+ ref : " 4.6-brokebroke"
21
+ token : ${{ secrets.HUB_TOKEN }}
22
+ path : gs/GSServer-GC
23
+ - name : Setup Java
24
+ uses : actions/setup-java@v3
25
+ with :
26
+ distribution : temurin
27
+ java-version : " 17"
28
+ cache : " gradle"
29
+ - name : Set up Docker Buildx
30
+ uses : docker/setup-buildx-action@v2
31
+ - name : Login to Docker Hub
32
+ uses : docker/login-action@v2
33
+ with :
34
+ registry : registry.gitlab.com
35
+ username : ${{secrets.DOCKER_USER_PRIVATE_GITLAB}}
36
+ password : ${{secrets.DOCKER_PASSWORD_PRIVATE_GITLAB}}
37
+ - name : Build Local Jar
38
+ run : cd gs && chmod +x run.sh && sh run.sh alpine build 22 docker_action pv
39
+ - name : Build Image Docker and Push
40
+ uses : docker/build-push-action@v3
41
+ with :
42
+ context : ./gs
43
+ file : ./gs/os-loc-alpine-gc
44
+ push : true
45
+ tags : |
46
+ ${{ env.ver1 }}
47
+ ${{ env.ver2 }}
48
+ cache-from : type=gha
49
+ cache-to : type=gha,mode=max
Original file line number Diff line number Diff line change 1
- name : YuukiPS Alpine (4.6 ) (22) (Broke Broke )
1
+ name : YuukiPS Alpine (4.7 ) (23 )
2
2
on :
3
3
push :
4
4
paths :
5
5
- " gs/os-loc-alpine-gc"
6
- - " gs/ver_GSServer-GC-4.6-brokebroke "
6
+ - " gs/ver_GSServer-GC-4.7 "
7
7
- " gs/run.sh"
8
8
- " gs/entrypoint_gc.sh"
9
9
- " .github/workflows/yuukipsv2.yml"
10
10
jobs :
11
11
build :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - name : Sync DockerGS
14
+ - name : Sync DockerGI
15
15
uses : actions/checkout@v3
16
16
- name : Sync YuukiPS
17
17
uses : actions/checkout@v3
18
18
with :
19
19
repository : YuukiPS/GSServer-GC
20
- ref : " 4.6-brokebroke "
20
+ ref : " 4.7 "
21
21
token : ${{ secrets.HUB_TOKEN }}
22
22
path : gs/GSServer-GC
23
23
- name : Setup Java
35
35
username : ${{secrets.DOCKER_USER_PRIVATE_GITLAB}}
36
36
password : ${{secrets.DOCKER_PASSWORD_PRIVATE_GITLAB}}
37
37
- name : Build Local Jar
38
- run : cd gs && chmod +x run.sh && sh run.sh alpine build 22 docker_action pv
38
+ run : cd gs && chmod +x run.sh && sh run.sh alpine build 23 docker_action pv
39
39
- name : Build Image Docker and Push
40
40
uses : docker/build-push-action@v3
41
41
with :
Original file line number Diff line number Diff line change @@ -164,6 +164,9 @@ elif echo "$version" | grep -F -w "4.5"; then
164
164
elif echo " $version " | grep -F -w " 4.6" ; then
165
165
version_res=" 4.6"
166
166
# resmd5=""
167
+ elif echo " $version " | grep -F -w " 4.7" ; then
168
+ version_res=" 4.7"
169
+ # resmd5=""
167
170
fi
168
171
169
172
echo " Runs with OS $OSVS "
Original file line number Diff line number Diff line change @@ -61,6 +61,13 @@ if [ "$2" != "version_action" ]; then
61
61
useShortProject=" yuukips"
62
62
useProject=" GSServer-GC"
63
63
userHub=" registry.gitlab.com/yuukips"
64
+ elif [ " $versioncontrol " = " 23" ]; then # for private
65
+ mainProject=" yuukigc"
66
+ useBranchesProject=" 4.7"
67
+ useBranchesRes=" 4.7"
68
+ useShortProject=" yuukips"
69
+ useProject=" GSServer-GC"
70
+ userHub=" registry.gitlab.com/yuukips"
64
71
fi
65
72
66
73
fi
@@ -86,6 +93,10 @@ foldertodo="todo_$useFolderProject"
86
93
folderworkdata=" $folderwork /data"
87
94
filejson=" $folderwork /config.json"
88
95
filejson_res=" $foldertodo /config.backup"
96
+
97
+ filejson_scene3_backup=" $foldertodo /cache/scene3_grid.json" # BIG DATA
98
+ filejson_scene3_work=" $folderwork /cache/scene3_grid.json"
99
+
89
100
filecache=" $folderwork /cache/TextMapCache.bin"
90
101
91
102
# Check OS
@@ -234,6 +245,12 @@ if [ "$metode" = "start" ]; then
234
245
cp -rTf $filejson_res $filejson
235
246
fi
236
247
248
+ if test -f " $filejson_scene3_backup " ; then
249
+ echo " Found file scene 3 backup"
250
+ mkdir -p " $( dirname " $filejson_scene3_work " ) "
251
+ cp -rTf $filejson_scene3_backup $filejson_scene3_work
252
+ fi
253
+
237
254
cd $folderwork
238
255
239
256
if [ " $4 " = " debug" ]; then
Original file line number Diff line number Diff line change 1
- 3dc21b2
1
+ 529f5cf
Original file line number Diff line number Diff line change
1
+ b0345d1
You can’t perform that action at this time.
0 commit comments