Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
b9a99ac0
Verified
Commit
b9a99ac0
authored
Apr 27, 2021
by
Alex Gleason
Browse files
Cache gitlab-ci based on mix.lock
parent
d9e782c1
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b9a99ac0
...
...
@@ -8,7 +8,9 @@ variables: &global_variables
MIX_ENV
:
test
cache
:
&global_cache_policy
key
:
${CI_COMMIT_REF_SLUG}
key
:
files
:
-
mix.lock
paths
:
-
deps
-
_build
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment