playbooks/deploy-kokoro: quote name with embedded colon (YAML hazard)
"docker compose pull (first run: ~6.5 GB from GHCR)" had an unquoted colon-space inside a plain scalar value, which YAML parses as a nested mapping — elway aborted on load. Single-line fix: wrap the value in double quotes.
This commit is contained in:
@@ -57,7 +57,7 @@ steps:
|
||||
|
||||
# ── pull + bring up ─────────────────────────────────────────────────
|
||||
|
||||
- name: docker compose pull (first run: ~6.5 GB from GHCR)
|
||||
- name: "docker compose pull (first run: ~6.5 GB from GHCR)"
|
||||
shell: cd {{ compose_dir }} && docker compose pull
|
||||
|
||||
- name: docker compose up -d
|
||||
|
||||
Reference in New Issue
Block a user