allow deploypr:prototypes comment to spin up the prototypes build (#6144)

Co-authored-by: James Brunton <jbrunton96@gmail.com>
This commit is contained in:
EthanHealy01
2026-04-20 18:58:33 +01:00
committed by GitHub
parent e5767ed58b
commit 089e448cf4
5 changed files with 162 additions and 46 deletions

View File

@@ -39,9 +39,11 @@ RUN gradle dependencies --no-daemon || true
COPY . .
ARG PROTOTYPES_BUILD=false
RUN DISABLE_ADDITIONAL_FEATURES=false \
gradle clean build \
-PbuildWithFrontend=true \
-PprototypesMode=${PROTOTYPES_BUILD} \
-x spotlessApply -x spotlessCheck -x test -x sonarqube \
--no-daemon