I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit b2f4445f authored by LoveIsGrief's avatar LoveIsGrief
Browse files

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.
parent acbb8d1a
No related branches found
No related tags found
1 merge request!19Fix docker build
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment