[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:
parent
8adb3a6a8f
commit
4af2b67357
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user