feat(apps): add games train and two gameservers (#1839)

* feat(apps): add games train and two gameservers

* nightly ftw

* move to tccr

* whoops

* another whoops

* some cleanup

* setup impostor ci
This commit is contained in:
Kjeld Schouten-Lebbing
2022-02-04 21:06:27 +01:00
committed by GitHub
parent 43f060fb57
commit 5f50f730b1
17 changed files with 1018 additions and 1 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ function incr_semver() {
BUMPTYPE=${1}
if [ -z ${2+x} ]; then
for train in stable incubator develop non-free deprecated dependency core; do
for train in stable incubator games enterprise develop non-free deprecated dependency core; do
for chart in charts/${train}/*; do
if [ -d "${chart}" ]; then
echo "Bumping patch version for ${train}/${chart}"