File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ mkdir -p .local.ci/production
242
242
cp -a xds .local.ci/production
243
243
cp -a ui/index.html .local.ci/ui/
244
244
export XDS_PATH=./.local.ci/production/xds
245
- docker compose up --build -d envoy
245
+ docker compose up --build --pull missing --quiet-pull -d --force-recreate envoy
246
246
docker compose run --rm ui build.sh
247
247
248
248
run_log " Check the created routes"
@@ -293,7 +293,7 @@ export ENVOY_CONFIG=.local.ci/envoy.yml
293
293
# without this the image does not get rebuilt with the new config
294
294
export COMPOSE_BAKE=false
295
295
docker compose run --rm ui build.sh
296
- docker compose up --build -d envoy
296
+ docker compose up --build --pull missing --quiet-pull -d --force-recreate envoy
297
297
298
298
run_log " Test dev app (Github)"
299
299
wait_for 10 \
You can’t perform that action at this time.
0 commit comments