Commit 8abc41f1 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[CI] add cache key (commented for now)

parent e1072770
Pipeline #1494 failed with stage
in 45 minutes and 30 seconds
...@@ -18,6 +18,8 @@ stages: ...@@ -18,6 +18,8 @@ stages:
docs: docs:
cache: cache:
# cache per branch name
# key: ${CI_COMMIT_REF_SLUG}
paths: paths:
- .stack-root/ - .stack-root/
- .stack-work/ - .stack-work/
...@@ -31,6 +33,8 @@ docs: ...@@ -31,6 +33,8 @@ docs:
test: test:
cache: cache:
# cache per branch name
# key: ${CI_COMMIT_REF_SLUG}
paths: paths:
- .stack-root/ - .stack-root/
- .stack-work/ - .stack-work/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment