Skip to content

Commit 484b8b8

Browse files
committed
reduce presets
1 parent 46835e4 commit 484b8b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/pit/lib/lib-k8s-apps.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ compileCCStarter() {
2626
log -n "* Building $APP app *"
2727
computeMvn
2828
PRESETS=""
29-
for i in latest-java partial-auth partial-controlcenter partial-kubernetes partial-prerelease partial-flow-example-auth-views partial-hilla-example-views partial-hilla-example-auth-views
29+
APPS="latest-java partial-auth partial-controlcenter partial-kubernetes partial-prerelease partial-flow-example-auth-views partial-hilla-example-views partial-hilla-example-auth-views"
30+
APPS="latest-java partial-auth partial-controlcenter partial-kubernetes partial-prerelease"
31+
for i in $APPS
3032
do
3133
PRESETS="$PRESETS&preset=$i"
3234
done

0 commit comments

Comments
 (0)