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
242242cp -a xds .local.ci/production
243243cp -a ui/index.html .local.ci/ui/
244244export 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
246246docker compose run --rm ui build.sh
247247
248248run_log " Check the created routes"
@@ -293,7 +293,7 @@ export ENVOY_CONFIG=.local.ci/envoy.yml
293293# without this the image does not get rebuilt with the new config
294294export COMPOSE_BAKE=false
295295docker 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
297297
298298run_log " Test dev app (Github)"
299299wait_for 10 \
You can’t perform that action at this time.
0 commit comments