File tree 5 files changed +14
-63
lines changed
5 files changed +14
-63
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- name : YuukiPS Alpine (5.4) (27 )
1
+ name : YuukiPS Alpine (5.4) (28 )
2
2
on :
3
3
push :
4
4
paths :
5
5
- " gs/os-loc-alpine-gc"
6
- - " gs/ver_GSServer-GC-5.4 "
6
+ - " gs/ver_GSServer-GC-5.5 "
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.4 "
20
+ ref : " 5.5 "
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 27 docker_action pv
38
+ run : cd gs && chmod +x run.sh && sh run.sh alpine build 28 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 @@ -175,6 +175,8 @@ elif echo "$version" | grep -F -w "5.3"; then
175
175
# resmd5=""
176
176
elif echo " $version " | grep -F -w " 5.4" ; then
177
177
version_res=" 5.0"
178
+ elif echo " $version " | grep -F -w " 5.5" ; then
179
+ version_res=" 5.0"
178
180
# resmd5=""
179
181
fi
180
182
Original file line number Diff line number Diff line change @@ -57,6 +57,13 @@ if [ "$2" != "version_action" ]; then
57
57
useShortProject=" yuukips"
58
58
useProject=" GSServer-GC"
59
59
userHub=" registry.gitlab.com/yuukips"
60
+ elif [ " $versioncontrol " = " 28" ]; then # for private
61
+ mainProject=" yuukigc"
62
+ useBranchesProject=" 5.5"
63
+ useBranchesRes=" 5.5"
64
+ useShortProject=" yuukips"
65
+ useProject=" GSServer-GC"
66
+ userHub=" registry.gitlab.com/yuukips"
60
67
fi
61
68
62
69
fi
Original file line number Diff line number Diff line change
1
+ 764cde9
You can’t perform that action at this time.
0 commit comments