Compare commits

..

1 commit

Author SHA1 Message Date
59d7e46046
Add CI cache
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-18 12:27:27 +02:00

View file

@ -17,7 +17,7 @@ steps:
- name: compute cache key
image: docker.io/library/elixir:1.18.3-otp-27
commands:
- echo "$DRONE_REPO_OWNER/$DRONE_REPO_NAME" >> .cache_key
- echo "$DRONE_REPO_OWNER/$DRONE_REPO_NAME/" >> .cache_key
- echo $(sha256sum mix.lock) >> .cache_key
# Print cache key for debugging
- cat .cache_key
@ -89,7 +89,6 @@ steps:
rebuild: true
mount:
- ./deps
- ./_build
volumes:
- name: cache
path: /tmp/cache