Compare commits

..

1 commit

Author SHA1 Message Date
b1e6a54e65
Add CI cache
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-18 13:38:15 +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,6 +89,7 @@ steps:
rebuild: true
mount:
- ./deps
- ./_build
volumes:
- name: cache
path: /tmp/cache