Skip to content

Commit 28ac6b9

Browse files
author
Yuuki
committed
testing 4.6
1 parent 5680cce commit 28ac6b9

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

.github/workflows/yuukips45.yml .github/workflows/yuukipsv2.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: YuukiPS Alpine (4.5) (21) (Broke)
1+
name: YuukiPS Alpine (4.6) (22) (Broke Broke)
22
on:
33
push:
4-
paths: # TES2
4+
paths:
55
- "gs/os-loc-alpine-gc"
6-
- "gs/ver_GSServer-GC-4.5-broke"
6+
- "gs/ver_GSServer-GC-4.6-brokebroke"
77
- "gs/run.sh"
88
- "gs/entrypoint_gc.sh"
9-
- ".github/workflows/yuukips45.yml"
9+
- ".github/workflows/yuukipsv2.yml"
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v3
1818
with:
1919
repository: YuukiPS/GSServer-GC
20-
ref: "4.5-broke"
20+
ref: "4.6-brokebroke"
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 21 docker_action pv
38+
run: cd gs && chmod +x run.sh && sh run.sh alpine build 22 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
@@ -161,6 +161,9 @@ elif echo "$version" | grep -F -w "4.0"; then
161161
elif echo "$version" | grep -F -w "4.5"; then
162162
version_res="4.6" # jump (too lazy to re-fix res 4.5)
163163
# resmd5=""
164+
elif echo "$version" | grep -F -w "4.6"; then
165+
version_res="4.6"
166+
# resmd5=""
164167
fi
165168

166169
echo "Runs with OS $OSVS"

gs/run.sh

+8-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ useData="GC-Data"
1313
useStart="local"
1414
useMetode="build"
1515
useResFolder="GC-Resources"
16-
# for version
16+
# Main (Public)
1717
useProject="GSServer-GCOriginal" # folder project
1818
useShortProject="gc"
1919
useBranchesProject="3.7"
@@ -54,6 +54,13 @@ if [ "$2" != "version_action" ]; then
5454
useShortProject="yuukips"
5555
useProject="GSServer-GC"
5656
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"
5764
fi
5865

5966
fi

gs/ver_GSServer-GC-4.6-brokebroke

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

0 commit comments

Comments
 (0)