Commit bd013c9c authored by catch's avatar catch
Browse files

fix: #3558749 [CI] Refactor lint cache downloads and allow easier testing

By: alexpott
By: longwave
(cherry picked from commit fa44a29958e011aec8c5cb75c996604f28e986a5)
parent f8809517
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -129,8 +129,8 @@ default:
    fi
  # Get the cache file from the artifacts of the latest successful job from the
  # target branch. Allow the job to proceed and pass if the file doesn't exist.
  - echo Downloading $CACHE_URL...
  - curl --silent --fail --location -create-dirs --output $CACHE_FILE "$CACHE_URL" || true
  - echo Downloading $CACHE_URL
  - curl --fail --location --create-dirs --output $CACHE_FILE "$CACHE_URL" || true

.core-spellcheck: &core-spellcheck
  - cd core