We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46835e4 commit 484b8b8Copy full SHA for 484b8b8
scripts/pit/lib/lib-k8s-apps.sh
@@ -26,7 +26,9 @@ compileCCStarter() {
26
log -n "* Building $APP app *"
27
computeMvn
28
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
+ 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
32
do
33
PRESETS="$PRESETS&preset=$i"
34
done
0 commit comments