Skip to content

Commit a00b378

Browse files
committed
chore: debug build failures
1 parent 3de6232 commit a00b378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ tilt-ci: ## Run Tilt in CI mode (no UI, waits for all resources)
674674
@echo "Starting Tilt with SKIP_KWOK_NODES_IN_TILT=1 (with retry logic)..."
675675
@for i in 1 2 3; do \
676676
echo "Attempt $$i of 3..."; \
677-
if SKIP_KWOK_NODES_IN_TILT=1 tilt ci -f tilt/Tiltfile --timeout=10m; then \
677+
if SKIP_KWOK_NODES_IN_TILT=1 tilt ci -f tilt/Tiltfile --timeout=10m --debug; then \
678678
echo "Tilt CI succeeded on attempt $$i"; \
679679
break; \
680680
else \

0 commit comments

Comments
 (0)