Skip to content

Commit 2e7f4f8

Browse files
author
Yuuki
committed
Update: 764cde9
1 parent 78711a5 commit 2e7f4f8

File tree

5 files changed

+14
-63
lines changed

5 files changed

+14
-63
lines changed

.github/workflows/public.yml

-59
This file was deleted.

.github/workflows/yuukipsv2.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: YuukiPS Alpine (5.4) (27)
1+
name: YuukiPS Alpine (5.4) (28)
22
on:
33
push:
44
paths:
55
- "gs/os-loc-alpine-gc"
6-
- "gs/ver_GSServer-GC-5.4"
6+
- "gs/ver_GSServer-GC-5.5"
77
- "gs/run.sh"
88
- "gs/entrypoint_gc.sh"
99
- ".github/workflows/yuukipsv2.yml"
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v3
1818
with:
1919
repository: YuukiPS/GSServer-GC
20-
ref: "5.4"
20+
ref: "5.5"
2121
token: ${{ secrets.HUB_TOKEN }}
2222
path: gs/GSServer-GC
2323
- name: Setup Java
@@ -35,7 +35,7 @@ jobs:
3535
username: ${{secrets.DOCKER_USER_PRIVATE_GITLAB}}
3636
password: ${{secrets.DOCKER_PASSWORD_PRIVATE_GITLAB}}
3737
- 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
3939
- name: Build Image Docker and Push
4040
uses: docker/build-push-action@v3
4141
with:

gs/entrypoint_gc.sh

+2
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ elif echo "$version" | grep -F -w "5.3"; then
175175
# resmd5=""
176176
elif echo "$version" | grep -F -w "5.4"; then
177177
version_res="5.0"
178+
elif echo "$version" | grep -F -w "5.5"; then
179+
version_res="5.0"
178180
# resmd5=""
179181
fi
180182

gs/run.sh

+7
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ if [ "$2" != "version_action" ]; then
5757
useShortProject="yuukips"
5858
useProject="GSServer-GC"
5959
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"
6067
fi
6168

6269
fi

gs/ver_GSServer-GC-5.5

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
764cde9

0 commit comments

Comments
 (0)