CI: Don't reset cache on fetch

This is not needed since we only do run without cache or from a deps
cache for the specific cerbero commit we are building. This will speed
up builds in cerbero/ project when the source cache is missing.
This commit is contained in:
Nicolas Dufresne 2018-12-09 19:42:21 -05:00
parent c8c9cad685
commit 5a3cf8360c

View file

@ -218,7 +218,7 @@ check fedora:
script:
- $CERBERO show-config
- $CERBERO fetch-bootstrap --build-tools-only
- $CERBERO fetch-package --deps --reset-rdeps --full-reset gstreamer-1.0
- $CERBERO fetch-package --deps gstreamer-1.0
- $CERBERO fetch-cache
- $CERBERO bootstrap --offline --build-tools-only
- $CERBERO package --offline -t -o ${CI_PROJECT_DIR} gstreamer-1.0