[Fix] Drop orphan teardown step from Greptile merge

Previous commit from greptile-apps added a new `when: always` teardown
step without removing the prior `name:`-only step, leaving a `- run`
block with no `command:` — CircleCI config validation rejects that.
Collapse back to a single teardown step that runs on success and
failure.
This commit is contained in:
Yuneng Jiang 2026-04-23 14:21:14 -07:00
parent 8adb3a6a8f
commit 4af2b67357
No known key found for this signature in database

View File

@ -1841,9 +1841,6 @@ jobs:
ls
uv run --no-sync python -m pytest -vv tests/spend_tracking_tests -x --junitxml=test-results/junit.xml --durations=5
no_output_timeout: 15m
# Clean up first container
- run:
name: Stop and remove first container
- run:
name: Stop and remove first container
when: always