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:
+1
-1
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user