File tree 4 files changed +18
-7
lines changed
4 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1
- name : YuukiPS Alpine (4.5 ) (21 ) (Broke)
1
+ name : YuukiPS Alpine (4.6 ) (22 ) (Broke Broke)
2
2
on :
3
3
push :
4
- paths : # TES2
4
+ paths :
5
5
- " gs/os-loc-alpine-gc"
6
- - " gs/ver_GSServer-GC-4.5-broke "
6
+ - " gs/ver_GSServer-GC-4.6-brokebroke "
7
7
- " gs/run.sh"
8
8
- " gs/entrypoint_gc.sh"
9
- - " .github/workflows/yuukips45 .yml"
9
+ - " .github/workflows/yuukipsv2 .yml"
10
10
jobs :
11
11
build :
12
12
runs-on : ubuntu-latest
17
17
uses : actions/checkout@v3
18
18
with :
19
19
repository : YuukiPS/GSServer-GC
20
- ref : " 4.5-broke "
20
+ ref : " 4.6-brokebroke "
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 21 docker_action pv
38
+ run : cd gs && chmod +x run.sh && sh run.sh alpine build 22 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 @@ -161,6 +161,9 @@ elif echo "$version" | grep -F -w "4.0"; then
161
161
elif echo " $version " | grep -F -w " 4.5" ; then
162
162
version_res=" 4.6" # jump (too lazy to re-fix res 4.5)
163
163
# resmd5=""
164
+ elif echo " $version " | grep -F -w " 4.6" ; then
165
+ version_res=" 4.6"
166
+ # resmd5=""
164
167
fi
165
168
166
169
echo " Runs with OS $OSVS "
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ useData="GC-Data"
13
13
useStart=" local"
14
14
useMetode=" build"
15
15
useResFolder=" GC-Resources"
16
- # for version
16
+ # Main (Public)
17
17
useProject=" GSServer-GCOriginal" # folder project
18
18
useShortProject=" gc"
19
19
useBranchesProject=" 3.7"
@@ -54,6 +54,13 @@ if [ "$2" != "version_action" ]; then
54
54
useShortProject=" yuukips"
55
55
useProject=" GSServer-GC"
56
56
userHub=" registry.gitlab.com/yuukips"
57
+ elif [ " $versioncontrol " = " 22" ]; then # for private
58
+ mainProject=" yuukigc"
59
+ useBranchesProject=" 4.6-brokebroke"
60
+ useBranchesRes=" 4.6"
61
+ useShortProject=" yuukips"
62
+ useProject=" GSServer-GC"
63
+ userHub=" registry.gitlab.com/yuukips"
57
64
fi
58
65
59
66
fi
Original file line number Diff line number Diff line change
1
+ ed13257
You can’t perform that action at this time.
0 commit comments