Skip to content

Commit 3aff86a

Browse files
author
Yuuki
committed
Testing a5089b0
1 parent ec9b5dd commit 3aff86a

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.github/workflows/yuukipsv2.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: YuukiPS Alpine (5.3) (26)
1+
name: YuukiPS Alpine (5.4) (27)
22
on:
33
push:
44
paths:
55
- "gs/os-loc-alpine-gc"
6-
- "gs/ver_GSServer-GC-5.3"
6+
- "gs/ver_GSServer-GC-5.4"
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.3"
20+
ref: "5.4"
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 26 docker_action pv
38+
run: cd gs && chmod +x run.sh && sh run.sh alpine build 27 docker_action pv
3939
- name: Build Image Docker and Push
4040
uses: docker/build-push-action@v3
4141
with:

gs/entrypoint_gc.sh

+3
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ elif echo "$version" | grep -F -w "5.0"; then
173173
elif echo "$version" | grep -F -w "5.3"; then
174174
version_res="5.0"
175175
# resmd5=""
176+
elif echo "$version" | grep -F -w "5.4"; then
177+
version_res="5.0"
178+
# resmd5=""
176179
fi
177180

178181
echo "Runs with OS $OSVS"

gs/run.sh

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ if [ "$2" != "version_action" ]; then
5050
useBranchesRes="5.3"
5151
useShortProject="yuukips"
5252
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"
5359
userHub="registry.gitlab.com/yuukips"
5460
fi
5561

gs/ver_GSServer-GC-5.4

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a5089b0

0 commit comments

Comments
 (0)