File tree 4 files changed +14
-4
lines changed
4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
- name : YuukiPS Alpine (5.3 ) (26 )
1
+ name : YuukiPS Alpine (5.4 ) (27 )
2
2
on :
3
3
push :
4
4
paths :
5
5
- " gs/os-loc-alpine-gc"
6
- - " gs/ver_GSServer-GC-5.3 "
6
+ - " gs/ver_GSServer-GC-5.4 "
7
7
- " gs/run.sh"
8
8
- " gs/entrypoint_gc.sh"
9
9
- " .github/workflows/yuukipsv2.yml"
17
17
uses : actions/checkout@v3
18
18
with :
19
19
repository : YuukiPS/GSServer-GC
20
- ref : " 5.3 "
20
+ ref : " 5.4 "
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 26 docker_action pv
38
+ run : cd gs && chmod +x run.sh && sh run.sh alpine build 27 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 @@ -173,6 +173,9 @@ elif echo "$version" | grep -F -w "5.0"; then
173
173
elif echo " $version " | grep -F -w " 5.3" ; then
174
174
version_res=" 5.0"
175
175
# resmd5=""
176
+ elif echo " $version " | grep -F -w " 5.4" ; then
177
+ version_res=" 5.0"
178
+ # resmd5=""
176
179
fi
177
180
178
181
echo " Runs with OS $OSVS "
Original file line number Diff line number Diff line change @@ -50,6 +50,12 @@ if [ "$2" != "version_action" ]; then
50
50
useBranchesRes=" 5.3"
51
51
useShortProject=" yuukips"
52
52
useProject=" GSServer-GC"
53
+ elif [ " $versioncontrol " = " 27" ]; then # for private
54
+ mainProject=" yuukigc"
55
+ useBranchesProject=" 5.4"
56
+ useBranchesRes=" 5.4"
57
+ useShortProject=" yuukips"
58
+ useProject=" GSServer-GC"
53
59
userHub=" registry.gitlab.com/yuukips"
54
60
fi
55
61
Original file line number Diff line number Diff line change
1
+ a5089b0
You can’t perform that action at this time.
0 commit comments