CI:build_docker: cache entire ci-exports/ folder

Restoring cached globbed files doesn't seem to work.
The folder only contains a single file anyway,
 so it shouldn't endlessly grow in size.
This commit is contained in:
2021-01-27 15:04:05 +01:00
parent acbb8d1a24
commit b2f4445f50

View File

@@ -59,7 +59,7 @@ build_docker:
# The same key should be used across branches
key: "$CI_COMMIT_REF_SLUG"
paths:
- ci-exports/*.tar
- ci-exports/
only:
- master
- merge_requests