File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ COPY repos/lila /lila
5
5
COPY conf/ci.conf /lila/conf/application.conf
6
6
ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=0
7
7
RUN corepack enable \
8
- && /lila/ui/build --clean-build --debug
8
+ && /lila/ui/build --clean --debug
9
9
10
10
# #################################################################################
11
11
FROM mongo:7-jammy AS dbbuilder
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ run_setup() {
16
16
docker compose --profile utils build
17
17
docker compose up -d
18
18
19
- run_ui_build --update
19
+ run_ui_build
20
20
21
21
setup_bbppairings
22
22
setup_database
@@ -82,7 +82,7 @@ build_all_profiles() {
82
82
}
83
83
84
84
run_ui_build () {
85
- ARGS=(--update --clean-build --debug $@ )
85
+ ARGS=(--update --clean --debug $@ )
86
86
echo " Running ./ui/build with args: ${ARGS[@]} "
87
87
docker compose run --rm ui /lila/ui/build " ${ARGS[@]} "
88
88
}
You can’t perform that action at this time.
0 commit comments