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