Compare commits
1 commit
0511511f09
...
2978dc443e
| Author | SHA1 | Date | |
|---|---|---|---|
| 2978dc443e |
1 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ steps:
|
||||||
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 | cut -d ' ' -f 1) >> .cache_key
|
- echo $(sha256sum mix.lock) >> .cache_key
|
||||||
# Print cache key for debugging
|
# Print cache key for debugging
|
||||||
- cat .cache_key
|
- cat .cache_key
|
||||||
|
|
||||||
|
|
@ -32,7 +32,7 @@ steps:
|
||||||
ttl: 30
|
ttl: 30
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
path: /cache
|
path: /tmp/cache
|
||||||
|
|
||||||
- name: lint
|
- name: lint
|
||||||
image: docker.io/library/elixir:1.18.3-otp-27
|
image: docker.io/library/elixir:1.18.3-otp-27
|
||||||
|
|
@ -93,7 +93,7 @@ steps:
|
||||||
- ./_build
|
- ./_build
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
path: /cache
|
path: /tmp/cache
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue