feat(apps): add 2 more gameservers (#1840)

* feat(apps): add 2 more gameservers

* add icons

* first image done

* set some

* statusfactory runas to root

* minecraft-java ci containers set

* fix statis indent

* more

* fix satis

* CI fixes

* more fixes

* fix versioning mistake
This commit is contained in:
Kjeld Schouten-Lebbing
2022-02-04 22:57:41 +01:00
committed by GitHub
parent eafe265a04
commit 715879e29a
19 changed files with 1537 additions and 6 deletions
+4 -4
View File
@@ -57,10 +57,10 @@ jobs:
train="dependency"
elif test -f "./charts/core/${chart}/Chart.yaml"; then
train="core"
elif test -f "./charts/games/${{ matrix.app }}/Chart.yaml"; then
train="games"
elif test -f "./charts/enterprise/${{ matrix.app }}/Chart.yaml"; then
train="enterprise"
elif test -f "./charts/games/${{ matrix.app }}/Chart.yaml"; then
train="games"
elif test -f "./charts/enterprise/${{ matrix.app }}/Chart.yaml"; then
train="enterprise"
else
train="incubator"
fi