Compare commits
1 commit
59d7e46046
...
b1e6a54e65
| Author | SHA1 | Date | |
|---|---|---|---|
| b1e6a54e65 |
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue