@@ -105,7 +105,7 @@ jobs:
105105 cancel-in-progress : ${{ needs.configuration.outputs.is_main_branch == 'false' }}
106106 runs-on : ${{ needs.create-runner.outputs.label }}
107107 container :
108- image : eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-leeway-main-gha.32257
108+ image : eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-leeway-main-gha.32268
109109 steps :
110110 - uses : actions/checkout@v4
111111 - name : Setup Environment
@@ -172,7 +172,7 @@ jobs:
172172 ports :
173173 - 6379:6379
174174 container :
175- image : eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-leeway-main-gha.32257
175+ image : eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-leeway-main-gha.32268
176176 env :
177177 DB_HOST : " mysql"
178178 DB_PORT : " 23306"
@@ -269,7 +269,7 @@ jobs:
269269 RESULT=0
270270 set -x
271271 # CI=true is a var set by GHA. Unsetting it for the build, as yarn builds treat warnings as errors if that var is set to true
272- CI= leeway build \
272+ CI= leeway -v build \
273273 --cache $CACHE \
274274 $TEST \
275275 -Dversion=$VERSION \
@@ -318,7 +318,7 @@ jobs:
318318 - create-runner
319319 runs-on : ${{ needs.create-runner.outputs.label }}
320320 container :
321- image : eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-leeway-main-gha.32257
321+ image : eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-leeway-main-gha.32268
322322 steps :
323323 - uses : actions/checkout@v4
324324 - name : Setup Environment
@@ -458,7 +458,7 @@ jobs:
458458 - create-runner
459459 runs-on : ${{ needs.create-runner.outputs.label }}
460460 container :
461- image : eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-leeway-main-gha.32257
461+ image : eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-leeway-main-gha.32268
462462 if : needs.configuration.outputs.with_integration_tests != ''
463463 concurrency :
464464 group : ${{ needs.configuration.outputs.preview_name }}-integration-test
0 commit comments