Compare commits
1 commit
89831a257a
...
c871e08155
| Author | SHA1 | Date | |
|---|---|---|---|
| c871e08155 |
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ steps:
|
|||
image: docker.io/library/elixir:1.18.3-otp-27
|
||||
commands:
|
||||
- echo "$DRONE_REPO_OWNER/$DRONE_REPO_NAME/" >> .cache_key
|
||||
- echo $(sha256sum mix.lock) >> .cache_key
|
||||
# Print cache key for debugging
|
||||
- cat .cache_key
|
||||
|
||||
- name: restore-cache
|
||||
image: drillster/drone-volume-cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue