Browse Source

Cirrus CI: Attempt to fix invalid syntax

Eloston 4 years ago
parent
commit
e5aaa99d36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .cirrus.yml

+ 1 - 1
.cirrus.yml

@@ -26,7 +26,7 @@ validate_with_source_task:
         populate_script:
             # This directory will not exist when this is called, unless cach retrieval
             # fails and leaves partially-complete files around.
-            - [ -e chromium_download_cache ] && rm -rf chromium_download_cache
+            - rm -rf chromium_download_cache || true
             - mkdir chromium_download_cache
             - ./utils/downloads.py retrieve -i downloads.ini -c chromium_download_cache
     unpack_source_script: