mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-07 01:48:20 +02:00
ci: drop redundant existance check before rm -rf
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35740>
This commit is contained in:
parent
051ff429fd
commit
1866a1b36f
1 changed files with 1 additions and 3 deletions
|
|
@ -130,9 +130,7 @@ export -f _error_msg
|
|||
|
||||
if [ -z "${RESULTS_DIR:-}" ]; then
|
||||
export RESULTS_DIR="${PWD%/}/results"
|
||||
if [ -e "${RESULTS_DIR}" ]; then
|
||||
rm -rf "${RESULTS_DIR}"
|
||||
fi
|
||||
rm -rf "${RESULTS_DIR}"
|
||||
mkdir -p "${RESULTS_DIR}"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue