devops: fix Chromium clean script (#13330)
This commit is contained in:
parent
67c251f483
commit
1e45811320
|
|
@ -10,6 +10,6 @@ if [[ -z "${CR_CHECKOUT_PATH}" ]]; then
|
|||
CR_CHECKOUT_PATH="$HOME/chromium"
|
||||
fi
|
||||
|
||||
if [[ ! -d "${CR_CHECKOUT_PATH}/src" ]]; then
|
||||
if [[ -d "${CR_CHECKOUT_PATH}/src" ]]; then
|
||||
rm -rf "${CR_CHECKOUT_PATH}/src/out"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue