mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-08 08:13:20 +08:00
try
This commit is contained in:
parent
ac5803cc5e
commit
7c9c22a6fa
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -139,4 +139,4 @@ jobs:
|
|||||||
run: docker exec backend-backend pipenv run python -m isort . --check-only
|
run: docker exec backend-backend pipenv run python -m isort . --check-only
|
||||||
- name: Cleanup container at end of job
|
- name: Cleanup container at end of job
|
||||||
if: always()
|
if: always()
|
||||||
run: docker stop backend-backend || true && docker rm backend-backend || true
|
run: docker stop backend-backend || true && docker rm backend-backend || true
|
||||||
Loading…
x
Reference in New Issue
Block a user