Skip to content

Commit

Permalink
[delete commit 2]
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarnakken committed Sep 14, 2024
1 parent 84feebe commit 41b6925
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ trigger:
- pull_request

steps:
- name: clear_cache
image: node:18-alpine
commands:
- echo "Clearing cache..."
- rm -rf /tmp/cache
- rm -rf /drone/src/node_modules
- yarn cache clean
- echo "Cache cleared."

- name: postgres
image: postgres:12.3
detach: true
Expand Down Expand Up @@ -141,6 +150,7 @@ steps:
branch:
exclude: [build]
depends_on:
- clear_cache
- postgres
- minio
- thumbor
Expand Down Expand Up @@ -362,4 +372,6 @@ image_pull_secrets:

---
kind: signature
hmac: 4edd037ec61390966e80949fd80f036651109310c03b4a9e3ea2708bb68b3549
hmac: f9f47f191a780c79fb700c89a7db9f412fb74791c5540bcad59a247db1b2f3ae

...

0 comments on commit 41b6925

Please sign in to comment.