Cache always missed (with Gitlab CI) #4381
Replies: 3 comments 1 reply
-
|
This was my mistake. I had the variables set as protected within Gitlab so they would only work on protected branches. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Just to add, i've seen solutions where the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to enable remote caching for my project which builds with Gitlab CI/CD. I can see
Remote caching enabledin the logs but every run outputscache miss&Cached: 0 cached, 1 total.I have followed the steps on the CI Recipes page for Gitlab: https://turbo.build/repo/docs/ci/gitlabci
.gitlab-ci.yamlfile is configured as follows:Is anything missing here? How can I debug this?
Beta Was this translation helpful? Give feedback.
All reactions