Compare commits

..

1 commit

Author SHA1 Message Date
bfcc6f94fd
Add CI cache
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-18 14:00:05 +02:00

View file

@ -17,8 +17,8 @@ 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 $(sha256sum mix.lock | cut -d ' ' -f 1) >> .cache_key
- mix_lock_hash=$(sha256sum mix.lock | cut -d ' ' -f 1)
- echo "$DRONE_REPO_OWNER/$DRONE_REPO_NAME/$mix_lock_hash" >> .cache_key
# Print cache key for debugging
- cat .cache_key