fix_: cleanup files, not directories

This commit is contained in:
Igor Sirotin 2024-09-12 18:17:48 +01:00
parent 8ae0f27a00
commit b827674e0d
No known key found for this signature in database
GPG Key ID: 425E227CAAB81F95
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ test_results_path="${root_path}/reports"
mkdir -p "${GIT_ROOT}/integration-tests/coverage"
# Cleanup any previous coverage reports
rm -rf "${coverage_reports_path}"
rm -rf "${test_results_path}"
rm -rf "${coverage_reports_path:?}"/*
rm -rf "${test_results_path:?}"/*
all_compose_files="-f ${root_path}/docker-compose.anvil.yml -f ${root_path}/docker-compose.test.status-go.yml"